thirteen-tien-len/app/views/social_links/_social_link.json.jbuilder
2023-11-07 16:50:08 +00:00

3 lines
129 B
Ruby

json.extract! social_link, :id, :profile_id, :url, :created_at, :updated_at
json.url social_link_url(social_link, format: :json)