rails/activerecord/test/models/price_estimate.rb
2016-08-06 19:37:57 +02:00

5 lines
129 B
Ruby

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