Class: Tramway::News::NewsDecorator
- Inherits:
-
Core::ApplicationDecorator
- Object
- Core::ApplicationDecorator
- Tramway::News::NewsDecorator
- Defined in:
- app/decorators/tramway/news/news_decorator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.collections ⇒ Object
5 6 7 |
# File 'app/decorators/tramway/news/news_decorator.rb', line 5 def collections [:all] end |
Instance Method Details
#lead ⇒ Object
12 13 14 |
# File 'app/decorators/tramway/news/news_decorator.rb', line 12 def lead object.body.first 200 end |