Skip to content

Instantly share code, notes, and snippets.

@kinopyo
Created February 3, 2012 06:38
Show Gist options
  • Save kinopyo/1728550 to your computer and use it in GitHub Desktop.
Save kinopyo/1728550 to your computer and use it in GitHub Desktop.
Uploading image file(w/ paperclip) in Active Admin with Formtastic syntax, the "multipart/form-data" is missing in every docs.
form html: { multipart: true } do |f|
f.inputs "Basic Info" do
# ...
f.input :photo, as: :file
end
f.buttons
end
@adamstony33
Copy link

Missing: missing ‎gg ‎p ‎admin ‎ade26acc853b3bda09c8d50d9f05499ec7089ee4 ‎active

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment