class Rails::Command::LocalCredentialsCommand
Public Instance Methods
Source
# File lib/rails/commands/local_credentials/local_credentials_command.rb, line 9 def edit load_environment_config! load_generators @content_path = "config/credentials/local.yml.enc" @key_path = "config/credentials/local.key" ensure_encryption_key_has_been_added ensure_credentials_have_been_added ensure_diffing_driver_is_configured change_credentials_in_system_editor end
Private Instance Methods
Source
# File lib/rails/commands/local_credentials/local_credentials_command.rb, line 25 def load_environment_config! ENV["ANYWAY_SUPPRESS_VALIDATIONS"] = "true" super end
Calls superclass method