On Thu, Mar 26, 2009 at 4:15 PM, Nikhil Vijayan <[email protected]> wrote: > > Thanks Greg, > > Is there anyway to change this to something better ? > > require "#{ RAILS_ROOT }/app/models/trimmer" > > is there any way to move it to plugin or helper or somewhere else and > load it in a better way .. thanks ..
You can put it wherever you want it. Seemed like a model-like thing so I put it in with the models. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

