Skip to content

Commit

Permalink
Removed unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Nov 7, 2024
1 parent 5d28642 commit 8fb3750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/strong_migrations/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def method_missing(method, *args)
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?
Expand Down

0 comments on commit 8fb3750

Please sign in to comment.