diff options
| author | hukl <contact@smyck.org> | 2009-04-19 13:53:24 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-19 13:53:24 +0200 |
| commit | b93619b221d988d8b61db0f65432ab01be371c3c (patch) | |
| tree | 09acdb3323f638406ea177c481f17bbb6d44beb8 /app/controllers/users_controller.rb | |
| parent | 4e5275b36cb306a8c65054b8c4bb19c1947181e0 (diff) | |
added basic list of users
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 |
