Class: ErpApp::LoginController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ErpApp::LoginController
- Defined in:
- app/controllers/erp_app/login_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 8 9 10 11 |
# File 'app/controllers/erp_app/login_controller.rb', line 5 def index if params[:application] == 'csr' @app_container = '/erp_app/organizer/' else @app_container = '/erp_app/desktop/' end end |