1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/models/price_estimate.rb
2008-02-02 03:27:31 +00:00

3 lines
93 B
Ruby

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