about summary refs log tree commit diff
path: root/app/views/api/v1/statuses/_media.rabl
blob: af635dfecb8d605e68e817845ef90f2aeb7417e8 (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)) }