我正在尝试重写以下按钮代码,而不是将我重定向到show
页面,它只是创建对象并保持显示当前页面。
<div class="colors">
<li class="colors" id="greys">
<%= button_to "some text", votes_path(color: 'grey', kid_id: current_kid, scoop_id: scoop.id, :method => :create), class: 'grey color-button' %>
</li>
</div>