method

change_credentials_in_system_editor

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