class Falcon::Command::Redirect

def controller

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