diff options
| author | hukl <contact@smyck.org> | 2009-03-01 15:39:19 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-01 15:39:19 +0100 |
| commit | ddb70c67ffe7e78d33f47eee633926ed3f4823f2 (patch) | |
| tree | b738e7c76d33bd592245708fe5180781d37c9c50 | |
| parent | 294d058be007c74d2826c53135fb55e5ec885039 (diff) | |
added layout
| -rw-r--r-- | app/controllers/users_controller.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 77ac9ea..16604fc 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | class UsersController < ApplicationController | 1 | class UsersController < ApplicationController |
| 2 | |||
| 3 | layout 'admin' | ||
| 4 | |||
| 2 | def index | 5 | def index |
| 3 | end | 6 | end |
| 4 | 7 | ||
