budget/app/views/users/_user.json.jbuilder

3 lines
97 B
Text
Raw Normal View History

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