mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 10:16:22 +00:00
fix: métodos disk_controller_decorator.rb #102
This commit is contained in:
parent
83b29bbd8a
commit
c781aa3cd2
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module ActiveStorage
|
|||
|
||||
def limits(max_upload_size, max_download_size)
|
||||
ruby_hash = { max_upload_size: max_upload_size, max_download_size: max_download_size }
|
||||
json_string = JSON.generate(ruby_hash)
|
||||
JSON.generate(ruby_hash)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue