Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / models / kitten.rb
1 class Kitten < Cat
2 #  has_many :eaters_parents, :dependent => true, :as => 'eater'
3 end