Skip to content

Instantly share code, notes, and snippets.

@rociopaez
Last active August 29, 2015 14:05
Show Gist options
  • Save rociopaez/707c1a9d7e2ab66a4e35 to your computer and use it in GitHub Desktop.
Save rociopaez/707c1a9d7e2ab66a4e35 to your computer and use it in GitHub Desktop.
<select>
% 1.upto(12).each do |i|
<option {{ ' selected="selected"' if Time.now.month == i }}>{{ i }}</option>
% end
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment