instiki/vendor/rails/activerecord/test/models/price_estimate.rb

4 lines
93 B
Ruby
Raw Normal View History

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