I have three different helper modules in my helpers directory (authentication_helper.rb... etc). In my views and partials I have calls to them but application_controller never directly calls the method #helper directly (as in helper AuthenticationHelper or helper :layout)...
Shouldn't calls to those methods return a method not found error unless I explicitly call helper?