Sha256: 0648986e34ee7ac7f3b3a633731f362855ccd4897fdb49a08fced6afdad58390
Contents?: true
Size: 260 Bytes
Versions: 17
Compression:
Stored size: 260 Bytes
Contents
module ErpApp class LoginController < ApplicationController layout :nil def index if params[:application] == 'csr' @app_container = '/erp_app/organizer/' else @app_container = '/erp_app/desktop/' end end end end
Version data entries
17 entries across 17 versions & 1 rubygems