aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/treasure.rb
blob: 7a429e2a2f2f4956080b34f64977f353d43c2b62 (plain) (blame)
1
2
3
4
class Treasure < ActiveRecord::Base
  has_and_belongs_to_many :parrots
  belongs_to :looter, :polymorphic => true
end