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 -~----------~----~----~----~------~----~------~--~---
