From: David Masover Date: 2009-11-29T02:48:24+09:00 Subject: Re: app/helpers in Rails 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.