Flowdock
method

change_credentials_in_system_editor

Importance_0
v5.2.3 - 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 49
        def change_credentials_in_system_editor
          Rails.application.credentials.change do |tmp_path|
            system("#{ENV["EDITOR"]} #{tmp_path}")
          end
        end
Register or log in to add new notes.