Deleted unused ./test directory
[feedcatcher.git] / models / price_estimate.rb
1 class PriceEstimate < ActiveRecord::Base
2 belongs_to :estimate_of, :polymorphic => true
3 end