Class: Breeze::PageStyle
- Inherits:
-
Style
- Object
- ActiveYaml
- SharedBase
- Style
- Breeze::PageStyle
- Defined in:
- app/models/breeze/page_style.rb
Instance Attribute Summary
Attributes inherited from ActiveYaml
Instance Method Summary collapse
Methods inherited from Style
Methods inherited from SharedBase
Methods inherited from ActiveYaml
all, append, define_access, define_association, delete, fields, find, find_all, find_by, first, full_path, #id, #id=, #initialize, load_file, #persisted?, primary_key, reload, save_all, set_root_path, the_meta_class
Constructor Details
This class inherits a constructor from Breeze::ActiveYaml
Instance Method Details
#section_preview ⇒ Object
7 8 9 |
# File 'app/models/breeze/page_style.rb', line 7 def section_preview "breeze/section_preview/" + section_template end |