mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 06:58:06 +01:00
4 lines
179 B
Ruby
4 lines
179 B
Ruby
attributes :id, :remote_url, :type
|
|
|
|
node(:url) { |media| full_asset_url(media.file.url(:original)) }
|
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|