Skip to content

Instantly share code, notes, and snippets.

@Archana-p
Last active March 7, 2016 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Archana-p/6ffa7021113621534c4a to your computer and use it in GitHub Desktop.
Save Archana-p/6ffa7021113621534c4a to your computer and use it in GitHub Desktop.
def attachment_upload
attachment = Attachment.create(attachment_url: params['file'])
respond_to do |format|
format.json { render json: {url: attachment.attachment_url, id: attachment.id} }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment