aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/price_estimate.rb
blob: ef3bba36a93f527dfed6d12459351d9a098d8f0e (plain) (blame)
1
2
3
class PriceEstimate < ActiveRecord::Base
  belongs_to :estimate_of, :polymorphic => true
end