glitch-soc/app/views/api/v1/statuses/_media.rabl

5 lines
168 B
Text
Raw Normal View History

2016-11-03 08:28:36 -04:00
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)) }