method
request_method
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Mapping
request_method()private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 183
def request_method
@via.map { |x| Journey::Route.verb_matcher(x) }
end