Class: Kuhsaft::ImageBrick
- Includes:
- ImageUploaderMounting
- Defined in:
- app/models/kuhsaft/image_brick.rb
Instance Method Summary collapse
Methods inherited from Brick
#available_display_styles, #backend_label, #brick_list_type, #cache_key, #has_siblings?, #parents, #partial_digest, #set_position, #to_edit_childs_partial_path, #to_edit_partial_path, #to_style_class, #to_style_id, #translated_available_display_styles, #update_fulltext
Methods included from BrickList
#allowed_brick_types, #brick_types, included, #renders_own_childs?, #to_brick_item_id, #to_brick_list_id, #uploader?, #user_can_delete?, #user_can_save?
Instance Method Details
#collect_fulltext ⇒ Object
8 9 10 |
# File 'app/models/kuhsaft/image_brick.rb', line 8 def collect_fulltext [super, caption].join(' ') end |
#user_can_add_childs? ⇒ Boolean
12 13 14 |
# File 'app/models/kuhsaft/image_brick.rb', line 12 def user_can_add_childs? false end |