method
requires_matching_verb?
rails latest stable - Class:
ActionDispatch::Journey::Route
requires_matching_verb?()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/route.rb, line 162
def requires_matching_verb?
!@request_method_match.all? { |x| x == VerbMatchers::All }
end