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(options)
  controller = Controller.new(options)
  controller.send(options.action)
end