method
change_credentials_in_system_editor
v6.1.3.1 -
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 88
def change_credentials_in_system_editor
credentials.change do |tmp_path|
system("#{ENV["EDITOR"]} #{tmp_path}")
end
end