Class: Backend::Users::BaseController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- BaseController
- Backend::Users::BaseController
- 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
Instance Method Details
#find_user ⇒ Object
8 9 10 |
# File 'app/controllers/backend/users/base_controller.rb', line 8 def find_user @user = User.find params[:user_id] end |