Method: Jets::Router::MethodCreator::Code#full_path
- Defined in:
- lib/jets/router/method_creator/code.rb
#full_path ⇒ Object
30 31 32 33 |
# File 'lib/jets/router/method_creator/code.rb', line 30 def full_path route = Jets::Router::Route.new(, @scope) route.compute_path end |