method
use_controllers!
rails latest stable - Class:
ActionController::Routing
use_controllers!(controller_names)public
Replaces the internal list of controllers available to ActionController::Routing with the passed argument.
ActionController::Routing.use_controllers!([ "posts", "comments", "admin/comments" ])