From: Evan Worley Date: 2009-11-29T19:26:31+09:00 Subject: Re: app/helpers in Rails --000e0cd2543039af8104797ff54c Content-Type: text/plain; charset=ISO-8859-1 You can specify "helper :all" in ApplicationController.rb, which will make all helpers available to all controllers and views. http://api.rubyonrails.org/classes/ActionController/Helpers/ClassMethods.html#M000490 -Evan On Sat, Nov 28, 2009 at 9:48 AM, David Masover wrote: > On Saturday 28 November 2009 11:30:06 am T_P wrote: > > Having created some helpers > > with > > script/generate helper HelperName > > > > how do I access them in controllers and views? :-/ > > Probably, include them into the controller you need, or into > ApplicationController to make them available everywhere. > > But I don't know, haven't touched Rails in awhile. Ask the Rails list. > > --000e0cd2543039af8104797ff54c--