<%= button_to "Acknowledge", ack_something_path, :method => :put, :confirm => "Sure?" %>
i 还希望在确认箱中显示
%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
买一看不出如何去。