Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / seller.rb
1 class Seller < ActiveRecord::Base
2   belongs_to :user  
3   delegate :address, :to => :user
4 end