I have two helper files. events_helper.rb and users_helper.rb.
Both of these helper files have a method called foobar
. In events controller, index view. If I call foobar
. Shouldn't it load the helper foobar
thats in events_helper.rb?
Or is this not the way helpers work?