Class: BlockEditor::BlockListDecorator

Inherits:
Integral::BaseDecorator show all
Defined in:
app/decorators/block_editor/block_list_decorator.rb

Overview

List view-level logic

Instance Method Summary collapse

Methods inherited from Integral::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/block_editor/block_list_decorator.rb', line 5

def title
  object.name
end