MS IZ renamed the array

This commit is contained in:
maxwell 2010-08-19 12:17:29 -07:00
parent 02da9bf634
commit c98c52ad14
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ class UsersController < ApplicationController
before_filter :authenticate_user!, :except => [:new, :create]
def index
@group_array = current_user.groups.collect{|x| [x.to_s, x.id]}
@groups_array = current_user.groups.collect{|x| [x.to_s, x.id]}
unless params[:q]
@people = Person.all