Flowdock
method

edit

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: EncryptedCommand
edit(*) public

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/encrypted/encrypted_command.rb, line 16
      def edit(*)
        load_environment_config!

        ensure_encryption_key_has_been_added
        ensure_encrypted_configuration_has_been_added

        change_encrypted_configuration_in_system_editor
      end
Register or log in to add new notes.