class Falcon::Command::Serve

def controller

Prepare a new controller for the command.
def controller
	Controller::Serve.new(self)
end