method
encryption_key_file_generator
v7.0.0 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
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