Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / app / models / state.rb
diff --git a/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/state.rb b/vendor/plugins/has_many_polymorphs/test/integration/app/app/models/state.rb
new file mode 100644 (file)
index 0000000..8b25cd4
--- /dev/null
@@ -0,0 +1,3 @@
+class State < ActiveRecord::Base
+  has_many :addresses
+end