method

encryption_key_file_generator

rails latest stable - Class: Rails::Command::CredentialsCommand

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

encryption_key_file_generator()
private

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command.rb, line 119
        def encryption_key_file_generator
          require "rails/generators"
          require "rails/generators/rails/encryption_key_file/encryption_key_file_generator"

          Rails::Generators::EncryptionKeyFileGenerator.new
        end