Froze rails gems
[depot.git] / vendor / rails / activerecord / test / models / price_estimate.rb
diff --git a/vendor/rails/activerecord/test/models/price_estimate.rb b/vendor/rails/activerecord/test/models/price_estimate.rb
new file mode 100644 (file)
index 0000000..ef3bba3
--- /dev/null
@@ -0,0 +1,3 @@
+class PriceEstimate < ActiveRecord::Base
+  belongs_to :estimate_of, :polymorphic => true
+end