Guest User

Untitled

a guest
Jun 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <hr />
  2. <h3>Form 2 doesn't work</h3>
  3. <% form_remote_tag(:url => { :controller => "road_runner", :action => "beep" }) do %>
  4. <b>Count:</b>
  5. <%= select_tag "count", options_for_select(['',0,1,2,3,4,5]),
  6. :onchange => "submit()" %>
  7. <% end %>
Add Comment
Please, Sign In to add comment