mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #38644 from andreleoni/master
Remove unused space from disk controller of activestorage
This commit is contained in:
commit
bf60ed36d0
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ class ActiveStorage::DiskController < ActiveStorage::BaseController
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
def decode_verified_key
|
||||
ActiveStorage.verifier.verified(params[:encoded_key], purpose: :blob_key)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue