RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: swachtma
I also needed to manually call html: {enctype: "multipart/form-data"} in my form_tag. Once I wasn't calling a file_field the enctype was no longer being set as multipart.
Same for me, although not even limited to Rails 4. I'm running 3.2.13 and getting the same problem.
I also needed to manually call html: {enctype: "multipart/form-data"} in my form_tag. Once I wasn't calling a file_field the enctype was no longer being set as multipart.
Same for me, although not even limited to Rails 4. I'm running 3.2.13 and getting the same problem.