add partial feature for notes. needs to be finished

This commit is contained in:
Reinier Balt 2009-05-25 20:30:20 +02:00
parent 2073f84cd8
commit 149d05e04f
4 changed files with 189 additions and 2 deletions

View file

@ -12,6 +12,8 @@ module NavigationHelpers
"/users/new"
when /the login page/
login_path
when /the notes page/
notes_path
# Add more page name => path mappings here
@ -22,4 +24,4 @@ module NavigationHelpers
end
end
World(NavigationHelpers)
World(NavigationHelpers)