mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
12 lines
129 B
Ruby
12 lines
129 B
Ruby
class ImageUploadController < ApplicationController
|
|
def create
|
|
raise "ok"
|
|
end
|
|
|
|
def update
|
|
end
|
|
|
|
def delete
|
|
end
|
|
end
|