add ck editor file upload endpoint

This commit is contained in:
João Geonizeli
2022-07-21 10:28:07 -03:00
parent ed1ed73ed7
commit 3928da4577
8 changed files with 326 additions and 39 deletions

View File

@@ -0,0 +1,7 @@
class CreateCkEditorUploads < ActiveRecord::Migration[7.0]
def change
create_table :ck_editor_uploads do |t|
t.timestamps
end
end
end