module

ActionDispatch::Journey::Route::VerbMatchers

rails latest stable

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

No documentation available for this module.

Constants

VERBS = %w{ DELETE GET HEAD OPTIONS LINK PATCH POST PUT TRACE UNLINK }

VERB_TO_CLASS = VERBS.each_with_object({ :all => All }) do |verb, hash|\nklass = const_get verb\nhash[verb] = klass\nhash[verb.downcase] = klass\nhash[verb.downcase.to_sym] = klass\nend

Files

  • actionpack/lib/action_dispatch/journey/route.rb