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



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

def self.call(_); true; end

.verbObject



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

def self.verb; ""; end