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