Back
controller()
Creates and returns a controller object with your own custom name and params. Used primarily for testing purposes.
testController = controller("users", params);
Copied!