thirteen-tien-len/app/views/profiles/_profile.json.jbuilder
2023-11-06 17:21:23 +00:00

3 lines
133 B
Ruby

json.extract! profile, :id, :user_id, :name, :summary, :about, :created_at, :updated_at
json.url profile_url(profile, format: :json)