mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
there's no such thing as Array#to_h
(cherry picked from commit 780bd84bc17f55b0ece1d86a2b224f0340495c73)
This commit is contained in:
parent
c486027e6b
commit
a3e4ab5ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -669,7 +669,7 @@ class Conference < ActiveRecord::Base
|
|||
hash[key] = 0
|
||||
end
|
||||
end
|
||||
hash.sort.to_h
|
||||
Hash[ hash.sort ]
|
||||
end
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue