ef3bba36a93f527dfed6d12459351d9a098d8f0e
[feedcatcher.git] / vendor / rails / activerecord / test / models / price_estimate.rb
1 class PriceEstimate < ActiveRecord::Base
2 belongs_to :estimate_of, :polymorphic => true
3 end