Skip to content

Instantly share code, notes, and snippets.

@alexwebgr
Created November 1, 2017 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexwebgr/cbaeec0f55f7f7c58ff1343a139a4d45 to your computer and use it in GitHub Desktop.
Save alexwebgr/cbaeec0f55f7f7c58ff1343a139a4d45 to your computer and use it in GitHub Desktop.
<%= select 'time_range', 'id', Hash.map { |r| [r[:label], r[:name]] }, {selected: params[:time_range], include_blank: true}, {'data-placeholder': 'Select Time Range'} %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment