Guest User

Untitled

a guest
Jul 17th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <%= select_tag "action", options_for_select([ "1", "2", "3"]) , {},
  2. :onchange =>remote_function(:url => {:action => :index, :id => 0 },
  3. :with => "'action='+ +this.options[this.selectedIndex].value") -%>
Add Comment
Please, Sign In to add comment