Class: Retter::Page::Entries
- Inherits:
-
Object
- Object
- Retter::Page::Entries
- Includes:
- Base
- Defined in:
- lib/retter/page/entries.rb
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
Methods included from Base
Methods included from Site
#config, #entries, #load, #reset!
Methods included from Configurable
#configurable, #define_configurable_method, #define_instance_shortcut_method
Instance Method Details
#path ⇒ Object
8 9 10 |
# File 'lib/retter/page/entries.rb', line 8 def path config.retter_home.join('entries.html') end |
#template_path ⇒ Object
12 13 14 |
# File 'lib/retter/page/entries.rb', line 12 def template_path Page.find_template_path('entries') end |