Sha256: 0f0e0184e91bf6083bc819574789946efab13ddbcfb4be50d24d2c5123a43f76
Contents?: true
Size: 252 Bytes
Versions: 3
Compression:
Stored size: 252 Bytes
Contents
# coding: utf-8 module Retter module Page class Profile include Base def path config.retter_home.join('profile.html') end def template_path Page.find_template_path('profile') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
retter-0.2.5 | lib/retter/page/profile.rb |
retter-0.2.4 | lib/retter/page/profile.rb |
retter-0.2.3 | lib/retter/page/profile.rb |