Class: Retter::Page::Entries

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/retter/page/entries.rb

Instance Attribute Summary

Attributes included from Base

#path_prefix, #title

Instance Method Summary collapse

Methods included from Base

#bind, #initialize

Methods included from Site

#config, #entries, #load, #reset!

Methods included from Configurable

#configurable, #define_configurable_method, #define_instance_shortcut_method

Instance Method Details

#pathObject



8
9
10
# File 'lib/retter/page/entries.rb', line 8

def path
  config.retter_home.join('entries.html')
end

#template_pathObject



12
13
14
# File 'lib/retter/page/entries.rb', line 12

def template_path
  Page.find_template_path('entries')
end