2 lines
97 B
Ruby
2 lines
97 B
Ruby
json.extract! user, :id, :email, :created_at, :updated_at
|
|
json.url user_url(user, format: :json)
|