Class: Integral::ListDecorator

Inherits:
BaseDecorator show all
Defined in:
app/decorators/integral/list_decorator.rb

Overview

List view-level logic

Instance Method Summary collapse

Methods inherited from BaseDecorator

#activity_url, #backend_url, #edit_backend_url, #render_active_block_list, #to_backend_card

Instance Method Details

#titleString

Returns formatted title.

Returns:

  • (String)

    formatted title



5
6
7
# File 'app/decorators/integral/list_decorator.rb', line 5

def title
  object.title
end