method

install_support

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ExtendedDeterministicQueries
install_support() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 34
      def self.install_support
        ActiveRecord::Relation.prepend(RelationQueries)
        ActiveRecord::Base.include(CoreQueries)
        ActiveRecord::Encryption::EncryptedAttributeType.prepend(ExtendedEncryptableType)
        Arel::Nodes::HomogeneousIn.prepend(InWithAdditionalValues)
      end
Register or log in to add new notes.