method

generator

generator()
private

No documentation available.

# File railties/lib/rails/commands/secrets/secrets_command.rb, line 52
        def generator
          require "rails/generators"
          require "rails/generators/rails/encrypted_secrets/encrypted_secrets_generator"

          Rails::Generators::EncryptedSecretsGenerator
        end