1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/views/api/v1/statuses/card.rabl

6 lines
139 B
Text
Raw Normal View History

object @card
attributes :url, :title, :description
node(:image) { |card| card.image? ? full_asset_url(card.image.url(:original)) : nil }