Class: Tramway::News::NewsDecorator

Inherits:
Core::ApplicationDecorator
  • Object
show all
Defined in:
app/decorators/tramway/news/news_decorator.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.collectionsObject



5
6
7
# File 'app/decorators/tramway/news/news_decorator.rb', line 5

def collections
  [:all]
end

Instance Method Details

#leadObject



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

def lead
  object.body.first 200
end