Class: Kuhsaft::SliderBrick
- Includes:
- BrickList
- Defined in:
- app/models/kuhsaft/slider_brick.rb
Instance Method Summary collapse
Methods included from BrickList
#collect_fulltext, included, #renders_own_childs?, #to_brick_item_id, #to_brick_list_id, #user_can_add_childs?, #user_can_delete?, #user_can_save?
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_id
Instance Method Details
#fulltext ⇒ Object
7 8 |
# File 'app/models/kuhsaft/slider_brick.rb', line 7 def fulltext end |
#to_style_class ⇒ Object
10 11 12 |
# File 'app/models/kuhsaft/slider_brick.rb', line 10 def to_style_class [super, 'carousel', 'slide'].join(' ') end |