5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
|
attributes :id, :remote_url, :type
|
||
|
|
||
|
node(:url) { |media| full_asset_url(media.file.url) }
|
||
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|