We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
signed_id_verifier_secret
1 parent c8932d6 commit 2d79790Copy full SHA for 2d79790
activerecord/lib/active_record/signed_id.rb
@@ -10,7 +10,7 @@ module SignedId
10
# :singleton-method:
11
# Set the secret used for the signed id verifier instance when using Active Record outside of Rails.
12
# Within Rails, this is automatically set using the Rails application key generator.
13
- mattr_accessor :signed_id_verifier_secret, instance_writer: false
+ class_attribute :signed_id_verifier_secret, instance_writer: false
14
end
15
16
module ClassMethods
0 commit comments