mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
things do use this endpoint
This commit is contained in:
parent
11febb8378
commit
5f4dcc77bc
@ -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!"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user