From b93619b221d988d8b61db0f65432ab01be371c3c Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 19 Apr 2009 13:53:24 +0200 Subject: added basic list of users --- app/controllers/users_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/users_controller.rb') 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 layout 'admin' def index + @users = User.all end def new -- cgit v1.3