Class: ErpApp::Mobile::BaseController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ErpApp::Mobile::BaseController
- Defined in:
- app/controllers/erp_app/mobile/base_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 10 11 12 |
# File 'app/controllers/erp_app/mobile/base_controller.rb', line 7 def index @user = current_user @mobile = @user.mobile render :layout => false end |