This seems to have happened when I upgraded from Rails 2.1.1 to 2.1.2
(although I''m not 100% sure but in applicationcontroller
doesn''t seem to
be called when I try to access my default controller (I mean the one
that''s mapped in routes.rb like this map.root :controller =>
"main")
What this means is that all of a sudden I have to duplicate these types
of calls in my main controller whereas before they used to be provided
by virtue of the ApplicationController executing first
include AuthenticatedSystem
helper :all
Thanks,
GP
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---