Class: Kuhsaft::TextBrick

Inherits:
Brick
  • Object
show all
Defined in:
app/models/kuhsaft/text_brick.rb

Instance Method Summary collapse

Methods inherited from Brick

#backend_label, #brick_list_type, #parents, #set_locale, #set_position, #to_edit_childs_partial_path, #to_edit_partial_path, #to_style_class, #to_style_id

Methods included from BrickList

included, #renders_own_childs?, #to_brick_item_id, #to_brick_list_id, #user_can_add_childs?, #user_can_delete?, #user_can_save?

Instance Method Details

#collect_fulltextObject



5
6
7
# File 'app/models/kuhsaft/text_brick.rb', line 5

def collect_fulltext
  [super, text, read_more_text].join(' ')
end