in application.rb
comment "helper :all" and run again. Like this:
class ApplicationController < ActionController::Base #helper :all # include all helpers, all the time end
in application.rb
comment "helper :all" and run again. Like this:
class ApplicationController < ActionController::Base #helper :all # include all helpers, all the time end