Is it possible in Rails3, to have a multipart form => true & use remote => true

前端 未结 2 1293
一个人的身影
一个人的身影 2021-01-04 06:36

I\'m using the following form tag for @jobs which have job_photos included.

<% form_for @jobs, :html => { :multipart => true }, :remote => true d         


        
2条回答
提交回复
热议问题