grantcallendar/app/views/settings/users/_user.json.jbuilder

3 lines
110 B
Ruby

json.extract! user, :id, :name, :description, :created_at, :updated_at
json.url user_url(user, format: :json)