97c690c110a52a530144fce2cac666af5b3c8f14
[depot.git] / 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