method
requires_matching_verb?
v5.0.0.1 -
Show 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