these methods are no longer needed

This commit is contained in:
Aaron Patterson
2010-11-17 14:48:12 -08:00
parent f14c2bf582
commit 606e41a4dd

View File

@@ -316,14 +316,6 @@ module ActiveRecord
self.class.down
end
def up_with_benchmarks #:nodoc:
migrate(:up)
end
def down_with_benchmarks #:nodoc:
migrate(:down)
end
# Execute this migration in the named direction
def migrate(direction)
return unless respond_to?(direction)