summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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