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