831be98f9a
b1ea27630d
d22e522179
eb4a623d74
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