Skip to content
Snippets Groups Projects
Commit a971c3e2 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

remove inexistent method

parent 79b0b3c9
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,6 @@ class CollectionsController < ApplicationController ...@@ -41,7 +41,6 @@ class CollectionsController < ApplicationController
# POST /collections # POST /collections
# POST /collections.json # POST /collections.json
def create def create
authorize_create_collection!
@collection = Collection.new(collection_params) @collection = Collection.new(collection_params)
@collection.owner = current_user if collection_params[:owner].blank? @collection.owner = current_user if collection_params[:owner].blank?
......
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