Method: Notee::UsersController#show
- Defined in:
- app/controllers/notee/users_controller.rb
#show ⇒ Object
GET /posts/1
18 19 20 |
# File 'app/controllers/notee/users_controller.rb', line 18 def show render json: { status: 'success', user: @user } end |