method

encrypted_file_generator

encrypted_file_generator()
private

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command.rb, line 97
        def encrypted_file_generator
          require "rails/generators"
          require "rails/generators/rails/encrypted_file/encrypted_file_generator"

          Rails::Generators::EncryptedFileGenerator.new
        end