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

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

Class Method Summary collapse

Class Method Details

.call(_) ⇒ Object



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

def self.call(_); true; end

.verbObject



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

def self.verb; ""; end