method
change_credentials_in_system_editor
v7.0.0 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
change_credentials_in_system_editor()private
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 93
def change_credentials_in_system_editor
credentials.change do |tmp_path|
system("#{ENV["EDITOR"]} #{Shellwords.escape(tmp_path)}")
end
end