diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 6a321b9f69ea09fe1cf951056b99a81fd9b596f5..42f9105d591600c7ab04af8fa37cb4a6a952f91d 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base protected def set_current_user_collections - @user_collections = collection_repository.all Collections::UserPrivateContext.new(current_user) + @user_collections = collection_repository.all Collections::UserContext.new(current_user) end def configure_permitted_parameters