module ActiveEncryption::Configuration::ClassMethods

ClassMethods contains the class methods to extend when the module is included in ActiveEncryption.

Public Instance Methods

config() click to toggle source
# File lib/active_encryption/configuration.rb, line 23
def config
  @config ||= Store.new
end
configure() { |config| ... } click to toggle source
# File lib/active_encryption/configuration.rb, line 27
def configure
  yield config
end