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
3 4 5 6 |
# File 'app/controllers/simple_form_attachments/upload_controller.rb', line 3 def create res = .save render json: , status: (res ? :ok : :unprocessable_entity) end |