diff --git a/app/models/collections/user_context.rb b/app/models/collections/user_context.rb index d89f5ac7e7adf715b72c06dda10eae89dc3557fb..e9610f1625ec967cdc43b5db4b18c772b5dfe976 100644 --- a/app/models/collections/user_context.rb +++ b/app/models/collections/user_context.rb @@ -1,4 +1,8 @@ module Collections + + ## + # This class represents a context for select collections + # where select all collections that *user* can see, including institutional collections class UserContext < Context def initialize(user)