method
to_h
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Routing::RouteWrapper
to_h()public
No documentation available.
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 68
def to_h
{ name: name,
verb: verb,
path: path,
reqs: reqs,
source_location: source_location }
end