<%= 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我不知道怎么说