method

ensure_encrypted_file_has_been_added

rails latest stable - Class: Rails::Command::EncryptedCommand

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

ensure_encrypted_file_has_been_added(file_path, key_path)
private

No documentation available.

# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 53
        def ensure_encrypted_file_has_been_added(file_path, key_path)
          encrypted_file_generator.add_encrypted_file_silently(file_path, key_path)
        end