Class: Tramway::Landing::Cards::NewsDecorator
- Inherits:
-
BlockTypes::CardsDecorator
- Object
- BlockTypes::CardsDecorator
- Tramway::Landing::Cards::NewsDecorator
- Defined in:
- app/decorators/tramway/landing/cards/news_decorator.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'app/decorators/tramway/landing/cards/news_decorator.rb', line 8 def description object.body.first 200 end |
#image ⇒ Object
4 5 6 |
# File 'app/decorators/tramway/landing/cards/news_decorator.rb', line 4 def image object.photo.card.url end |
#path ⇒ Object
12 13 14 |
# File 'app/decorators/tramway/landing/cards/news_decorator.rb', line 12 def path "/news/#{object.id}" end |