summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-01 15:39:19 +0100
committerhukl <contact@smyck.org>2009-03-01 15:39:19 +0100
commitddb70c67ffe7e78d33f47eee633926ed3f4823f2 (patch)
treeb738e7c76d33bd592245708fe5180781d37c9c50
parent294d058be007c74d2826c53135fb55e5ec885039 (diff)
added layout
-rw-r--r--app/controllers/users_controller.rb3
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 @@
1class UsersController < ApplicationController 1class UsersController < ApplicationController
2
3 layout 'admin'
4
2 def index 5 def index
3 end 6 end
4 7