Guest User

Untitled

a guest
Feb 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <%= select(
  2. 'location', 'location_id',
  3. @locations.collect {|c| [c.name, c.id]},{},
  4. {"onchange" => "document.location.href='/dashboard/locations/'+this.value",
  5. "value" => @selected_location.id
  6. }
  7. )%>
Add Comment
Please, Sign In to add comment