revision 5454 broke my acts_as_authenticated

Hi,

revision 5454 seems to break my implementation of acts_as_authenticated..

My admin controllers are namespaced so they inherit from Admin::BaseController class Admin::BaseController < ApplicationController   before_filter :login_required   layout 'admin' end

I 'm aware about the new approach on admin areas: http://blog.caboo.se/articles/2006/07/01/if-your-models-arent-namespaced-why-should-your-controllers-be-or-how-i-learned-to-stop-worrying-and-love-the-crud http://blog.caboo.se/articles/2006/07/01/if-your-models-arent-namespaced-why-should-your-controllers-be-or-how-i-learned-to-stop-worrying-and-love-the-crud
but my apps still relies on a big complex admin area confiugerd as above...

Am I missing something, any hints?

Thanks in advance!

Ettore

Ops! forgot the error message:

A copy of AuthenticatedSystem has been removed from the module tree but is still active!

Application Trace | Framework Trace | Full Trace

#{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:234:in `load_missing_constant' #{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:446:in `const_missing' #{RAILS_ROOT}/lib/authenticated_system.rb:6:in `logged_in?' #{RAILS_ROOT}/lib/authenticated_system.rb:53:in `login_required' /usr/local/bin/mongrel_rails:18

ettober wrote: