This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-09-05 17:46:36 +02:00
|
|
|
object @media
|
2016-09-17 17:47:26 +02:00
|
|
|
attribute :id, :type
|
2017-03-04 22:17:10 +01:00
|
|
|
node(:url) { |media| full_asset_url(media.file.url(:original)) }
|
|
|
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|
2016-09-17 17:47:26 +02:00
|
|
|
node(:text_url) { |media| medium_url(media) }
|