我收到错误数量的参数(3 for 2)错误,用于 rails 3 中的 simple_form_for 标记(使用 haml)。有趣的是,它在不久前运行良好。
= simple_form_for(:user,@user, :url => user_path, :remote => true, :html => { :id => "locate", :class=>"locateform" }) do |f
任何指针/帮助都会很棒。
谢谢
我收到错误数量的参数(3 for 2)错误,用于 rails 3 中的 simple_form_for 标记(使用 haml)。有趣的是,它在不久前运行良好。
= simple_form_for(:user,@user, :url => user_path, :remote => true, :html => { :id => "locate", :class=>"locateform" }) do |f
任何指针/帮助都会很棒。
谢谢