Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / user.rb
1 class User < ActiveRecord::Base
2   has_one   :seller
3   has_one   :address
4 end