This commit is contained in:
bootstraponline
2012-08-30 18:31:35 -03:00
parent 8575049de5
commit 6ff7ada096
+5
View File
@@ -6,6 +6,11 @@ module Precious
attr_reader :page, :content
# return path set in app.rb not @page.path
def path
@path
end
def title
"#{@page.title}"
end