49eafd8c36
c95f066bf5
b1ea27630d
1 2
3
4 5
6
class Treasure < ActiveRecord::Base has_and_belongs_to_many :parrots belongs_to :looter, :polymorphic => true has_many :price_estimates, :as => :estimate_of end