1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-03 09:18:59 +09:00
whippy-edition/app/views/api/v1/statuses/_media.rabl
2016-11-03 13:28:36 +01:00

5 lines
168 B
Ruby

attributes :id, :remote_url, :type
node(:url) { |media| full_asset_url(media.file.url) }
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }