aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/models/price_estimate.rb
blob: f1f88d8d8de848025132d6e829ab7d8024abfa58 (plain) (tree)
1
2
3
4
5
6

                             
                                        
                                            
                                      
   
# frozen_string_literal: true

class PriceEstimate < ActiveRecord::Base
  belongs_to :estimate_of, polymorphic: true
  belongs_to :thing, polymorphic: true
end