method

key

key()
public

No documentation available.

# File activesupport/lib/active_support/encrypted_file.rb, line 48
    def key
      read_env_key || read_key_file || handle_missing_key
    end