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

remove junk

parent faec7864
No related branches found
No related tags found
No related merge requests found
......@@ -145,14 +145,6 @@ class CollectionsController < ApplicationController
end
private
def authorize_create_collection!
end
def learning_objects_to_collections(learning_objects, collections)
end
def check_collection_privacy!(collection)
if collection.privacy == "private"
redirect_to :root, notice: 'Está é uma coleção privada.' unless collection.owner?(current_user)
......
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