about summary refs log tree commit diff
path: root/app/views/api/media/create.rabl
blob: 23909066d3831aee4360791f37b155ee61bad14d (plain) (blame)
1
2
3
object @media
attribute :id
node(:url) { |media| full_asset_url(media.file.url) }