Skip to content

Instantly share code, notes, and snippets.

@alexbartlow
Created November 23, 2010 18:45
Show Gist options
  • Save alexbartlow/712274 to your computer and use it in GitHub Desktop.
Save alexbartlow/712274 to your computer and use it in GitHub Desktop.
radius_options = %w{3 5 10 25 50}.map{|x| [x, x+" mi"]}
select_tag('search_radius[in_miles]', options_for_select(radius_options, params[:search_radius][:in_miles])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment