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

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