Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / activerecord / test / models / price_estimate.rb
1 class PriceEstimate < ActiveRecord::Base
2 belongs_to :estimate_of, :polymorphic => true
3 end