method
credentials_generator
rails latest stable - Class:
Rails::Command::CredentialsCommand
credentials_generator()private
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 133
def credentials_generator
require "rails/generators"
require "rails/generators/rails/credentials/credentials_generator"
Rails::Generators::CredentialsGenerator.new
end