# app/models/model_with_encrypted_atts.rb class ModelWithEncryptedAttrs < ApplicationRecord # Modules extend Encryptor # Abilities has_encrypted_attributes :attribute_1, :attribute_2 end