Flowdock
method

change_credentials_in_system_editor

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: CredentialsCommand
change_credentials_in_system_editor() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 89
        def change_credentials_in_system_editor
          credentials.change do |tmp_path|
            system("#{ENV["EDITOR"]} #{Shellwords.escape(tmp_path)}")
          end
        end
Register or log in to add new notes.