Class: UsersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/users_controller.rb

Overview

Provides read-only access to view the profile of individual users

Instance Method Summary collapse

Instance Method Details

#showObject

GET /users/1



8
9
# File 'app/controllers/users_controller.rb', line 8

def show
end