method

build_rotation

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Encryptor
build_rotation(secret = @secret, sign_secret = @sign_secret, options) private

No documentation

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

Hide source
# File activesupport/lib/active_support/messages/rotator.rb, line 27
          def build_rotation(secret = @secret, sign_secret = @sign_secret, options)
            self.class.new(secret, sign_secret, options)
          end
Register or log in to add new notes.