diff --git a/app/controllers/collections_controller.rb b/app/controllers/collections_controller.rb index 88ec4719345dbf51af85ed37912f84b66342b5e9..1eac1a77f9b4df64dab725e60b919a6b3f95cb21 100644 --- a/app/controllers/collections_controller.rb +++ b/app/controllers/collections_controller.rb @@ -6,7 +6,7 @@ class CollectionsController < ApplicationController # GET /collections.json def index if user_signed_in? - @collections = collection_repository.all Collections::UserPublicContext.new(current_user) + @collections = collection_repository.all Collections::UserContext.new(current_user) else @collections = collection_repository.all end