class EmberExcerpt::CLI::Router

Public Instance Methods

route(action, options) click to toggle source
# File lib/ember_excerpt/cli/router.rb, line 7
def route(action, options)
  controller = Controller.new(options)
  controller.send(action)
end