Assuming that it's just left off, but your Application Controller is  
called application_controller.rb, right?


On Jun 3, 2009, at 3:55 AM, Guyren G Howe wrote:


None of the controllers in my 2.3.2 app are seeing my
ApplicationController. It looks like this:

logger.debug '********** ApplicationController!!!'
class ApplicationController < ActionController::Base
   include ExceptionNotifiable
   include SuperEasy

   helper :all # include all helpers, all the time
   protect_from_forgery # See
ActionController::RequestForgeryProtection for details

   # Scrub sensitive parameters from your log
   filter_parameter_logging :password

   layout 'main'
end

It's named app/controllers/application_controller.

But the debug statement never appears in the log.

Something to do with the lazy loading, I expect, and I've a lot of
code copied from a 2.2 app, some of which I've been moving into
engines, just to make this more fun.

Any thoughts?




--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to