Class: ActionDispatch::Journey::Route::VerbMatchers::All
- Inherits:
-
Object
- Object
- ActionDispatch::Journey::Route::VerbMatchers::All
- Defined in:
- lib/action_dispatch/journey/route.rb
Class Method Summary collapse
Class Method Details
.call(_) ⇒ Object
35 |
# File 'lib/action_dispatch/journey/route.rb', line 35 def self.call(_); true; end |
.verb ⇒ Object
36 |
# File 'lib/action_dispatch/journey/route.rb', line 36 def self.verb; ""; end |