Class: UserMgmt::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/user_mgmt/application_controller.rb

Direct Known Subclasses

RegistrationsController, SessionsController

Instance Method Summary collapse

Instance Method Details

#main_pageObject



6
7
8
# File 'app/controllers/user_mgmt/application_controller.rb', line 6

def main_page
	redirect_to main_app.root_path
end