Created
February 3, 2012 06:38
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
form html: { multipart: true } do |f| | |
f.inputs "Basic Info" do | |
# ... | |
f.input :photo, as: :file | |
end | |
f.buttons | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing: missing gg p admin ade26acc853b3bda09c8d50d9f05499ec7089ee4 active