Class: Genericer::DJJourner
- Inherits:
-
ActionDispatch::Journey::Path::Pattern
- Object
- ActionDispatch::Journey::Path::Pattern
- Genericer::DJJourner
- Defined in:
- lib/generic/routing.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ DJJourner
constructor
A new instance of DJJourner.
Constructor Details
#initialize(path) ⇒ DJJourner
Returns a new instance of DJJourner.
17 18 19 |
# File 'lib/generic/routing.rb', line 17 def initialize(path) super end |