b1ea27630d
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8776 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
4 lines
93 B
Ruby
4 lines
93 B
Ruby
class PriceEstimate < ActiveRecord::Base
|
|
belongs_to :estimate_of, :polymorphic => true
|
|
end
|