Sha256: 02c0569a23a4f379a07c560fb4eecc05edbd85127264f845dcf0b4fd6cc5f8d7
Contents?: true
Size: 688 Bytes
Versions: 3
Compression:
Stored size: 688 Bytes
Contents
# typed: true # DO NOT EDIT MANUALLY # This is an autogenerated file for dynamic methods in `ActiveRecord::Encryption::EncryptableRecord`. # Please instead update this file by running `bin/tapioca dsl ActiveRecord::Encryption::EncryptableRecord`. module ActiveRecord::Encryption::EncryptableRecord include GeneratedInstanceMethods mixes_in_class_methods GeneratedClassMethods module GeneratedClassMethods def encrypted_attributes; end def encrypted_attributes=(value); end def encrypted_attributes?; end end module GeneratedInstanceMethods def encrypted_attributes; end def encrypted_attributes=(value); end def encrypted_attributes?; end end end
Version data entries
3 entries across 3 versions & 1 rubygems