Good Morning, I have a quick Q: I am using the acts_as_follower plugin which comes with its own 'Follow' model (lib/follow.rb). Now what I wanted to do is basically take this, copy it from the vendor/plugins/... to app/ models/ and start modifying it from there.
However, as it turns out... none of the code in my app/models/ follow.rb file is loaded/run/available... only the one specified in the vendor/plugins/acts_as_follower/lib/follow.rb one. Is this wanted that way? Or what can I do in this case? Cheers and thanks, -J --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

