method

decode_verified_key

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: DiskController
decode_verified_key() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activestorage/app/controllers/active_storage/disk_controller.rb, line 43
    def decode_verified_key
      ActiveStorage.verifier.verified(params[:encoded_key], purpose: :blob_key)
    end
Register or log in to add new notes.