03525d66e554478f74093230749727d9a4656b1d
[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