【发布时间】:2023-03-08 10:40:01
【问题描述】:
rails 3 中 simple_form_for 标记的参数数量错误(3 对 2)错误(使用 haml)。 有趣的是,它在不久前运行良好。
= simple_form_for(:user,@user, :url => user_path, :remote => true, :html => { :id => "locate", :class=>"locateform" }) do |f
任何指针/帮助都会很棒。
谢谢
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-3 haml simple-form