Skip to content
Snippets Groups Projects
Commit be060009 authored by Giovanne Marcelo's avatar Giovanne Marcelo
Browse files

Small fix

parent cf887861
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class CollectionPolicy < ApplicationPolicy
end
def add_learning_object?
record if owns?
record if user_exists?
end
def remove_learning_object?
......
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