Skip to content

Commit

Permalink
Add missing ruby2_keywords in RoutingAssertions
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Feb 24, 2022
1 parent dc0f5db commit e3c9d56
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -187,6 +187,7 @@ def method_missing(selector, *args, &block)
super
end
end
ruby2_keywords(:method_missing)

private
# Recognizes the route for a given path.
Expand Down

0 comments on commit e3c9d56

Please sign in to comment.