aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/pirate.rb
blob: d22d66bac914e9c0ecf59ca57b18a4a89cff0c0f (plain) (blame)
1
2
3
4
class Pirate < ActiveRecord::Base
  belongs_to :parrot
  has_and_belongs_to_many :parrots
end