1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

6 lines
139 B
Ruby

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