Class: Backend::Users::BaseController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/backend/users/base_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#breadcrumb, #current_admin, #default_app_locale, #translate_notice

Methods included from Udongo::Cryptography

#crypt

Instance Method Details

#find_userObject



8
9
10
# File 'app/controllers/backend/users/base_controller.rb', line 8

def find_user
  @user = User.find params[:user_id]
end