aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/treasure.rb
blob: cbb3ec3c0825e16508671b8b859151ed1c32a08a (plain) (blame)
1
2
3
class Treasure < ActiveRecord::Base
  has_and_belongs_to_many :parrots
end