mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39: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
|
||||
end.reverse
|
||||
|
||||
Hash[@users]
|
||||
@users = Hash[@users]
|
||||
else
|
||||
@user_id = @user_id.to_i
|
||||
@type = 'all'
|
||||
|
|
Loading…
Reference in a new issue