<%= button_to "Acknowledge", ack_something_path, :method => :put, :confirm => "Sure?" %>
確認ボックスにも表示したい
%br
%input{:name => "option1", :type => "checkbox", :value => "Milk"}
Milk
%br
%input{:name => "option2", :type => "checkbox", :value => "Butter"}
Butter
%br
%input{:name => "option3", :type => "checkbox", :value => "Cheese"}
Cheese
%br
bu 私はそれを置く方法がわからない