method

new

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: EncryptedFixtures
new(fixture, model_class) 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/encrypted_fixtures.rb, line 6
      def initialize(fixture, model_class)
        @clean_values = {}
        encrypt_fixture_data(fixture, model_class)
        process_preserved_original_columns(fixture, model_class)
        super
      end
Register or log in to add new notes.