diff options
| author | hukl <contact@smyck.org> | 2009-03-01 15:38:27 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-01 15:38:27 +0100 |
| commit | 294d058be007c74d2826c53135fb55e5ec885039 (patch) | |
| tree | 72620ce53a658b8d9c284d9936a8c6e8d3aae262 /app/controllers | |
| parent | 7c272296ccb5a88fb23196c7d6a5b40ae98e3ecd (diff) | |
renamed user to users controller
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/users_controller.rb (renamed from app/controllers/user_controller.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/users_controller.rb index b30ac7f..77ac9ea 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/users_controller.rb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | class UserController < ApplicationController | 1 | class UsersController < ApplicationController |
| 2 | def index | 2 | def index |
| 3 | end | 3 | end |
| 4 | 4 | ||
