rails--rails/activerecord/test/fixtures/parrot.rb

5 lines
110 B
Ruby

class Parrot < ActiveRecord::Base
has_and_belongs_to_many :pirates
has_and_belongs_to_many :treasures
end