Froze rails gems
[depot.git] / vendor / rails / activerecord / test / migrations / duplicate / 3_foo.rb
diff --git a/vendor/rails/activerecord/test/migrations/duplicate/3_foo.rb b/vendor/rails/activerecord/test/migrations/duplicate/3_foo.rb
new file mode 100644 (file)
index 0000000..916fe58
--- /dev/null
@@ -0,0 +1,7 @@
+class Foo < ActiveRecord::Migration
+  def self.up
+  end
+
+  def self.down
+  end
+end
\ No newline at end of file