navigation helpers moved to separate file

This commit is contained in:
Eugene Korbut 2009-02-08 06:50:40 +10:00
parent de5fc1c44f
commit 69b208f27a
3 changed files with 35 additions and 31 deletions

View file

@ -1,5 +1,6 @@
# The methods added to this helper will be available to all templates in the application.
module ApplicationHelper
include NavigationHelper
protected