Class: Katalyst::Content::Aside
- Defined in:
- app/models/katalyst/content/aside.rb
Instance Attribute Summary
Attributes inherited from Item
#children, #depth, #index, #next_sibling, #parent, #previous_sibling
Class Method Summary collapse
Methods inherited from Item
config, #dom_id, #heading_style_class, #item_type, #layout?, #show_heading?, #to_plain_text
Class Method Details
.permitted_params ⇒ Object
10 11 12 |
# File 'app/models/katalyst/content/aside.rb', line 10 def self.permitted_params super + i[reverse] end |