method
match_root_route
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Mapping::Resources
match_root_route(options)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 2217
def match_root_route(options)
match("/", as: :root, via: :get, **options)
end