mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
stop freezing hash value
This commit is contained in:
parent
0f4da5b393
commit
8b85e4a4a1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ module ActionView
|
|||
def _set_detail(key, value)
|
||||
@details_key = nil
|
||||
@details = @details.dup if @details.frozen?
|
||||
@details[key] = value.freeze
|
||||
@details[key] = value
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue