things do use this endpoint

This commit is contained in:
Andrew Brown 2024-06-22 14:49:13 -07:00
parent 11febb8378
commit 5f4dcc77bc

View File

@ -181,7 +181,6 @@ class DocumentsController < ApplicationController
.group_by(&:entity_type)
end
# Todo does anything actually use this endpoint?
def create
created_document = current_user.documents.create(document_params)
redirect_to edit_document_path(created_document), notice: "Your document has been saved!"