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