Class: Tramway::Landing::Cards::NewsDecorator

Inherits:
BlockTypes::CardsDecorator
  • Object
show all
Defined in:
app/decorators/tramway/landing/cards/news_decorator.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



8
9
10
# File 'app/decorators/tramway/landing/cards/news_decorator.rb', line 8

def description
  object.body.first 200
end

#imageObject



4
5
6
# File 'app/decorators/tramway/landing/cards/news_decorator.rb', line 4

def image
  object.photo.card.url
end

#pathObject



12
13
14
# File 'app/decorators/tramway/landing/cards/news_decorator.rb', line 12

def path
  "/news/#{object.id}"
end