module RailsCredentialsCustomKey::EncryptedFileExtention

Public Instance Methods

key() click to toggle source
Calls superclass method
# File lib/rails_credentials_custom_key.rb, line 24
def key
  RailsCredentialsCustomKey.custom[self] || super
end