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