Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / models / aquatic / fish.rb
diff --git a/vendor/plugins/has_many_polymorphs/test/models/aquatic/fish.rb b/vendor/plugins/has_many_polymorphs/test/models/aquatic/fish.rb
new file mode 100644 (file)
index 0000000..204642e
--- /dev/null
@@ -0,0 +1,5 @@
+class Aquatic::Fish < ActiveRecord::Base
+  # set_table_name "fish"
+  # attr_accessor :after_find_test, :after_initialize_test
+end
+