all custom helper modules being made available to all controllers without a call to helper?
3 views
Skip to first unread message
frankj...@gmail.com
unread,
Jul 19, 2010, 5:30:00 PM7/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
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?
frankj...@gmail.com
unread,
Jul 19, 2010, 5:36:18 PM7/19/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
My apologies, I should have mentioned my environment in my first post:
Rails 3 tracking git
Ruby 1.9.2-rc1