lib/strong_migrations/migration.rb in strong_migrations-0.6.4 vs lib/strong_migrations/migration.rb in strong_migrations-0.6.5

- old
+ new

@@ -8,9 +8,10 @@ def method_missing(method, *args) strong_migrations_checker.perform(method, *args) do super end end + ruby2_keywords(:method_missing) if respond_to?(:ruby2_keywords, true) def safety_assured strong_migrations_checker.safety_assured do yield end