Created
November 1, 2017 15:26
-
-
Save alexwebgr/cbaeec0f55f7f7c58ff1343a139a4d45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= 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