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.
1 parent 890015a commit 837f20eCopy full SHA for 837f20e
activesupport/lib/active_support/messages/rotation_coordinator.rb
@@ -9,6 +9,7 @@ def initialize(&secret_generator)
9
raise ArgumentError, "A secret generator block is required" unless secret_generator
10
@secret_generator = secret_generator
11
@rotate_options = []
12
+ @on_rotation = nil
13
@codecs = {}
14
end
15
0 commit comments