Class: SimpleFormAttachments::UploadController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/simple_form_attachments/upload_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



4
5
6
7
# File 'app/controllers/simple_form_attachments/upload_controller.rb', line 4

def create
  res = attachment.save
  render json: attachment_json, status: (res ? :ok : :unprocessable_entity)
end