Sha256: d4139bd3094765ba19948e4465e49271fc2e2598d950be698abb7c658ba98dc1
Contents?: true
Size: 236 Bytes
Versions: 6
Compression:
Stored size: 236 Bytes
Contents
class Tramway::Landing::Cards::NewsDecorator < ::Tramway::Landing::BlockTypes::CardsDecorator def image object.photo.card.url end def description object.body.first 200 end def path "/news/#{object.id}" end end
Version data entries
6 entries across 6 versions & 1 rubygems