3 lines
99 B
Ruby
3 lines
99 B
Ruby
json.extract! @user, :login, :email, :lastname, :firstname, :created_at,
|
|
:updated_at
|