Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / citations_item.rb
1 class CitationsItem < ActiveRecord::Base
2   belongs_to :citation
3   belongs_to :item, :polymorphic => true
4 end