method

to_h

rails latest stable - Class: ActionDispatch::Routing::RouteWrapper

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

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