Skip to content
Snippets Groups Projects
Commit f032d263 authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

change user collections context in application controller

parent a7a82a78
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment