Method: Alchemy::Page#fixed_attributes
- Defined in:
- app/models/alchemy/page.rb
#fixed_attributes ⇒ Object
Holds an instance of FixedAttributes
430 431 432 |
# File 'app/models/alchemy/page.rb', line 430 def fixed_attributes @_fixed_attributes ||= FixedAttributes.new(self) end |