about summary refs log tree commit diff
path: root/app/views/api/v1/statuses/_media.rabl
blob: 5c6be1ce779fa2272b56eb32beef28a468d32207 (plain) (blame)
1
2
3
4
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)) }