method

verbs

verbs()
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/route.rb, line 171
      def verbs
        @request_method_match.map(&:verb)
      end