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



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

def self.call(_); true; end

.verbObject



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

def self.verb; ""; end