Method: Front::CLI::Router#route
- Defined in:
- lib/front/cli/router.rb
#route(options) ⇒ Object
6 7 8 9 |
# File 'lib/front/cli/router.rb', line 6 def route() controller = Controller.new() controller.send(.action) end |
6 7 8 9 |
# File 'lib/front/cli/router.rb', line 6 def route() controller = Controller.new() controller.send(.action) end |