diff --git a/app/models/communication/website/with_connected_objects.rb b/app/models/communication/website/with_connected_objects.rb
index 109bf8702d4b094861e2232dafa2cccca2987018..2c3c783fcc913d3ad7dfd0f36f54ab884b711440 100644
--- a/app/models/communication/website/with_connected_objects.rb
+++ b/app/models/communication/website/with_connected_objects.rb
@@ -69,6 +69,7 @@ module Communication::Website::WithConnectedObjects
     University::Organization.where(id: ids)
   end
 
+  # ensure the object "website" respond to both is_direct_object? and is_indirect_object? as website doesn't include neither as_direct_object nor as_indirect_object
   def is_direct_object?
     true
   end