Method: Doze::Router::Route#template
- Defined in:
- lib/doze/router/route.rb
#template(prefix = nil) ⇒ Object
59 60 61 |
# File 'lib/doze/router/route.rb', line 59 def template(prefix=nil) prefix ? @template.with_prefix(prefix) : @template end |