method

key_file_generator

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: MasterKeyGenerator
key_file_generator() private

No documentation

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

Hide source
# File railties/lib/rails/generators/rails/master_key/master_key_generator.rb, line 44
        def key_file_generator
          EncryptionKeyFileGenerator.new([], options)
        end
Register or log in to add new notes.