Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / citation.rb
1 class Citation < ActiveRecord::Base
2   has_many_polymorphs :items, :from => [:users, :sellers]
3 end