method
encrypted_file_generator
v6.0.0 -
Show latest stable
- Class:
Rails::Command::EncryptedCommand
encrypted_file_generator()private
No documentation available.
# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 71
def encrypted_file_generator
require "rails/generators"
require "rails/generators/rails/encrypted_file/encrypted_file_generator"
Rails::Generators::EncryptedFileGenerator.new
end