Class: Integral::ListDecorator
- Inherits:
-
BaseDecorator
- Object
- Draper::Decorator
- BaseDecorator
- Integral::ListDecorator
- Defined in:
- app/decorators/integral/list_decorator.rb
Overview
List view-level logic
Instance Method Summary collapse
-
#title ⇒ String
Formatted title.
Methods inherited from BaseDecorator
#activity_url, #backend_url, #edit_backend_url, #render_active_block_list, #to_backend_card
Instance Method Details
#title ⇒ String
Returns formatted title.
5 6 7 |
# File 'app/decorators/integral/list_decorator.rb', line 5 def title object.title end |