Froze rails gems
[depot.git] / vendor / rails / activerecord / test / models / treasure.rb
1 class Treasure < ActiveRecord::Base
2 has_and_belongs_to_many :parrots
3 belongs_to :looter, :polymorphic => true
4
5 has_many :price_estimates, :as => :estimate_of
6 end