Class: Retter::Page::Profile

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/retter/page/profile.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/profile.rb', line 8

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

#template_pathObject



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

def template_path
  Page.find_template_path('profile')
end