Class: PostIllustrationsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/post_illustrations_controller.rb

Overview

Handling inline post image uploads

Instance Method Summary collapse

Instance Method Details

#createObject

post /post_illustrations



9
10
11
# File 'app/controllers/post_illustrations_controller.rb', line 9

def create
  render json: PostIllustration.ckeditor_upload!(ckeditor_parameters)
end