Class: Katalyst::Content::Aside
- Defined in:
- app/models/katalyst/content/aside.rb
Instance Attribute Summary
Attributes inherited from Item
#children, #depth, #index, #parent
Class Method Summary collapse
Methods inherited from Item
config, #heading_style_class, #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 |