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