2007-10-26 01:56:46 -04:00
|
|
|
class Treasure < ActiveRecord::Base
|
|
|
|
has_and_belongs_to_many :parrots
|
2007-11-20 16:53:22 -05:00
|
|
|
belongs_to :looter, :polymorphic => true
|
2008-02-01 22:27:31 -05:00
|
|
|
|
|
|
|
has_many :price_estimates, :as => :estimate_of
|
2007-10-26 01:56:46 -04:00
|
|
|
end
|