Class: ActionDispatch::Journey::Route::VerbMatchers::All

Inherits:
Object
  • Object
show all
Defined in:
lib/action_dispatch/journey/route.rb

Class Method Summary collapse

Class Method Details

.call(_) ⇒ Object



32
# File 'lib/action_dispatch/journey/route.rb', line 32

def self.call(_); true; end

.verbObject



33
# File 'lib/action_dispatch/journey/route.rb', line 33

def self.verb; ''; end