mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-16 05:29:58 +01:00
Replace @users with Hash
This commit is contained in:
parent
2aef9bd71f
commit
3b0646644a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class ModerationController < ApplicationController
|
||||||
v
|
v
|
||||||
end.reverse
|
end.reverse
|
||||||
|
|
||||||
Hash[@users]
|
@users = Hash[@users]
|
||||||
else
|
else
|
||||||
@user_id = @user_id.to_i
|
@user_id = @user_id.to_i
|
||||||
@type = 'all'
|
@type = 'all'
|
||||||
|
|
Loading…
Reference in a new issue