chinwagsocial/app/views/api/v1/media/create.rabl

6 lines
218 B
Plaintext
Raw Normal View History

2016-09-06 01:46:36 +10:00
object @media
attribute :id, :type
2016-12-04 23:02:43 +11:00
node(:url) { |media| full_asset_url(media.file.url( :original)) }
node(:preview_url) { |media| full_asset_url(media.file.url( :small)) }
node(:text_url) { |media| medium_url(media) }