lib/strong_migrations/migration.rb in strong_migrations-2.0.2 vs lib/strong_migrations/migration.rb in strong_migrations-2.1.0
- old
+ new
@@ -16,10 +16,11 @@
strong_migrations_checker.perform(method, *args) do
super
end
end
end
- ruby2_keywords(:method_missing) if respond_to?(:ruby2_keywords, true)
+ # same as ActiveRecord::Migration
+ ruby2_keywords(:method_missing)
def revert(*)
if strong_migrations_checker.version_safe?
safety_assured { super }
else