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
View this message in context:
http://www.nabble.com/revision-5454-broke-my-acts_as_authenticated-tf2601785.html#a7258446
Sent from the RubyOnRails Users mailing list archive at Nabble.com.