Flowdock
method

encryption_key_file_generator

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: CredentialsCommand
encryption_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/commands/credentials/credentials_command.rb, line 90
        def encryption_key_file_generator
          require "rails/generators"
          require "rails/generators/rails/encryption_key_file/encryption_key_file_generator"

          Rails::Generators::EncryptionKeyFileGenerator.new
        end
Register or log in to add new notes.