This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-03 05:28:36 -07:00
|
|
|
attributes :id, :remote_url, :type
|
|
|
|
|
2016-12-05 08:13:05 -08:00
|
|
|
node(:url) { |media| full_asset_url(media.file.url(:original)) }
|
|
|
|
node(:preview_url) { |media| full_asset_url(media.file.url(:small)) }
|