def create
        respond_to do |format|
          if @collection.save
            format.json { render :create, status: :created }
          else