rails/activerecord/test/models/price_estimate.rb
2008-02-02 03:27:31 +00:00

4 lines
93 B
Ruby

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