我有以下代码
<% form_tag update_batting_order_tournament_path ,:complete => visual_effect(:appear, 'inning_update_success'), :method => :get, :remote => true do %>
基本上我想更新一个 div
局顺序更新!这不像我写的那样工作。关于正确选项的任何想法
我有以下代码
<% form_tag update_batting_order_tournament_path ,:complete => visual_effect(:appear, 'inning_update_success'), :method => :get, :remote => true do %>
基本上我想更新一个 div
局顺序更新!这不像我写的那样工作。关于正确选项的任何想法
只需使用 <%= 而不是 <%。
<%= form_tag update_batting_order_tournament_path ,:complete => visual_effect(:appear, 'inning_update_success'), :method => :get, :remote => true do %>
有关更多信息,请参阅 http://edgeguides.rubyonrails.org/3_0_release_notes.html#helpers-with-blocks