Configuration API for ActiveRecord::Encryption
Methods
Instance Public methods
excluded_from_filter_parameters?(filter_parameter) Link
on_encrypted_attribute_declared(&block) Link
Register callback to be invoked when an encrypted attribute is declared.
Example:
ActiveRecord::Encryption.on_encrypted_attribute_declared do |klass, attribute_name|
...
end