diff options
Diffstat (limited to 'app/controllers/users_controller.rb')
| -rw-r--r-- | app/controllers/users_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 16604fc..7e8fc9b 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb | |||
| @@ -3,6 +3,7 @@ class UsersController < ApplicationController | |||
| 3 | layout 'admin' | 3 | layout 'admin' |
| 4 | 4 | ||
| 5 | def index | 5 | def index |
| 6 | @users = User.all | ||
| 6 | end | 7 | end |
| 7 | 8 | ||
| 8 | def new | 9 | def new |
