Sha256: 2cae758abf7987fea59ce9506c5803f6d7192a531e6d3cf286834d02b80ab9f8
Contents?: true
Size: 274 Bytes
Versions: 9
Compression:
Stored size: 274 Bytes
Contents
if defined?(Sequel) module AttrEncrypted module Adapters module Sequel def self.extended(base) # :nodoc: base.attr_encrypted_options[:encode] = true end end end end Sequel::Model.extend AttrEncrypted::Adapters::Sequel end
Version data entries
9 entries across 9 versions & 1 rubygems