project1: contains app\models\foo.rb (ActiveRecord facade for foo object)
project2: I would like to fetch all foo's in project2.
How do I reference foo from project1 over here, so that I can avoid code duplication corresponding to fetching information from the same table?