Getting edit/create flows working, changing flag names

This commit is contained in:
Eston Bond
2010-11-09 19:33:50 -08:00
parent 6a3522c0be
commit d6d4e8b26a
3 changed files with 13 additions and 8 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ module Precious
@name.gsub('-', ' ')
end
def edit_title
def is_create_page
false
end
def hidden_title
def is_edit_page
true
end