method

ensure_encrypted_file_has_been_added

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