aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/parrot.rb
blob: 340c73b9075378657ed20d2d2bf076369d3177fd (plain) (blame)
1
2
3
4
class Parrot < ActiveRecord::Base
  has_and_belongs_to_many :pirates
  has_and_belongs_to_many :treasures
end