1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-03 14:24:23 +01:00
fab-manager/app/views/api/users/create.json.jbuilder

8 lines
184 B
Plaintext
Raw Normal View History

# frozen_string_literal: true
json.extract! @user, :id, :email
json.name @user.profile.full_name
json.profile_attributes do
json.extract! @user.profile, :first_name, :last_name
end