lib/rails/generators/humdrum/layout/templates/controllers/application_controller.rb in humdrum-rails-0.0.8 vs lib/rails/generators/humdrum/layout/templates/controllers/application_controller.rb in humdrum-rails-0.0.9
- old
+ new
@@ -1,7 +1,8 @@
class ApplicationController < ActionController::Base
protect_from_forgery
include ParamsParserHelper
include FlashHelper
+ include NavigationHelper
end