Flowdock
method

encrypted_file_generator

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: CredentialsCommand
encrypted_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 122
        def encrypted_file_generator
          require "rails/generators"
          require "rails/generators/rails/encrypted_file/encrypted_file_generator"

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