Jens Kraemer wrote: > I'd just put this into lib/, if you call the file my_analyzer.rb it > should be found and loaded by Rails automatically when you use the > class. > > if not, require it explicitly in environment.rb. > > Jens
Awesome! Thanks Jens :) Adding the require to environment.rb did the trick (as well as putting it in the lib dir). Thanks for all your help! -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

