you can also just create ruby files in the lib folder of your rails app, and these will be loaded up with application. you can put a class in there with the same name as the helper class you're changing and put the modified method in, then that'll be used instead.
Josh Susser wrote: