Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / user.rb
diff --git a/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/user.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/user.rb
new file mode 100644 (file)
index 0000000..97b8703
--- /dev/null
@@ -0,0 +1,4 @@
+class User < ActiveRecord::Base
+  has_one   :seller
+  has_one   :address
+end