Class: IshLibManager::UsersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IshLibManager::UsersController
- Defined in:
- app/controllers/ish_lib_manager/users_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 6 |
# File 'app/controllers/ish_lib_manager/users_controller.rb', line 4 def index @users = User.all end |
#show ⇒ Object
8 9 10 |
# File 'app/controllers/ish_lib_manager/users_controller.rb', line 8 def show @user = User.find params[:id] end |