Class: PostIllustrationsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- PostIllustrationsController
- Defined in:
- app/controllers/post_illustrations_controller.rb
Overview
Handling inline post image uploads
Instance Method Summary collapse
-
#create ⇒ Object
post /post_illustrations.
Instance Method Details
#create ⇒ Object
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 |