Upgraded Rails and RSpec
[monkeycharger.git] / vendor / rails / activerecord / test / fixtures / parrot.rb
blob10850669e715950b21eb1c66e7bfa55546bdc5fc
1 class Parrot < ActiveRecord::Base
2   has_and_belongs_to_many :pirates
3   has_and_belongs_to_many :treasures
4   has_many :loots, :as => :looter
5 end