Flowdock
method

encryption_key_file_generator

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: EncryptedCommand
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/encrypted/encrypted_command.rb, line 64
        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.