card.rabl 250 B

1234567
  1. object @card
  2. attributes :url, :title, :description, :type,
  3. :author_name, :author_url, :provider_name,
  4. :provider_url, :html, :width, :height
  5. node(:image) { |card| card.image? ? full_asset_url(card.image.url(:original)) : nil }