Class: UsersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- UsersController
- Defined in:
- app/controllers/users_controller.rb
Overview
Provides read-only access to view the profile of individual users
Instance Method Summary collapse
-
#show ⇒ Object
GET /users/1.
Instance Method Details
#show ⇒ Object
GET /users/1
8 9 |
# File 'app/controllers/users_controller.rb', line 8 def show end |