Skip to content

Commit

Permalink
Fix install_auto_filtered_parameters method rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nvasilevski committed Feb 8, 2022
1 parent c2ce4d6 commit e722a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/encryption/configurable_test.rb
Expand Up @@ -57,7 +57,7 @@ class ActiveRecord::Encryption::ConfigurableTest < ActiveRecord::EncryptionTestC
ActiveRecord::Encryption.config.excluded_from_filter_parameters = [:catchphrase]

application = OpenStruct.new(config: OpenStruct.new(filter_parameters: []))
ActiveRecord::Encryption.install_auto_filtered_parameters(application)
ActiveRecord::Encryption.install_auto_filtered_parameters_hook(application)

Class.new(Pirate) do
self.table_name = "pirates"
Expand Down

0 comments on commit e722a44

Please sign in to comment.