I have a few controllers which are used for specific purposes and each have a "def index" function. Like /index uses the home page and calls the unauthenticated home page. /jobs/index is another and /users/index is another. Each of them are using different controllers like JobsController, HomeController, UsersController.I have a few controllers which are used for spe