frankjmattia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2010-Jul-19 21:30 UTC
all custom helper modules being made available to all controllers without a call to helper?
I have three different helper modules in my helpers directory (authentication_helper.rb... etc). In my views and partials I have calls to them but application_controller never directly calls the method #helper directly (as in helper AuthenticationHelper or helper :layout)... Shouldn''t calls to those methods return a method not found error unless I explicitly call helper? -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
frankjmattia-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2010-Jul-19 21:36 UTC
Re: all custom helper modules being made available to all controllers without a call to helper?
My apologies, I should have mentioned my environment in my first post: Rails 3 tracking git Ruby 1.9.2-rc1 On Jul 19, 5:30 pm, "frankjmat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <frankjmat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have three different helper modules in my helpers directory > (authentication_helper.rb... etc). In my views and partials I have > calls to them but application_controller never directly calls the > method #helper directly (as in helper AuthenticationHelper or > helper :layout)... > > Shouldn''t calls to those methods return a method not found error > unless I explicitly call helper?-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.