Class: SimpleFormAttachments::UploadController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SimpleFormAttachments::UploadController
- Defined in:
- app/controllers/simple_form_attachments/upload_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
4 5 6 7 |
# File 'app/controllers/simple_form_attachments/upload_controller.rb', line 4 def create res = .save render json: , status: (res ? :ok : :unprocessable_entity) end |