Class: ErpApp::Mobile::BaseController

Inherits:
ApplicationController show all
Defined in:
app/controllers/erp_app/mobile/base_controller.rb

Direct Known Subclasses

UserManagement::BaseController

Instance Method Summary collapse

Instance Method Details

#indexObject



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