aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/price_estimate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/models/price_estimate.rb')
-rw-r--r--activerecord/test/models/price_estimate.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/models/price_estimate.rb b/activerecord/test/models/price_estimate.rb
new file mode 100644
index 0000000000..ef3bba36a9
--- /dev/null
+++ b/activerecord/test/models/price_estimate.rb
@@ -0,0 +1,3 @@
+class PriceEstimate < ActiveRecord::Base
+ belongs_to :estimate_of, :polymorphic => true
+end