mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 21:38:07 +01:00
5 lines
205 B
Ruby
5 lines
205 B
Ruby
object @media
|
|
attribute :id, :type
|
|
node(:url) { |media| full_asset_url(media.file.url) }
|
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|
|
node(:text_url) { |media| medium_url(media) }
|