Skip to content

Instantly share code, notes, and snippets.

@rociopaez
Created August 18, 2014 16:06
Show Gist options
  • Save rociopaez/676bed92dc1d1756433a to your computer and use it in GitHub Desktop.
Save rociopaez/676bed92dc1d1756433a to your computer and use it in GitHub Desktop.
<select>
% 1.upto(31).each do |i|
<option{{ ' selected="selected"' if Time.now.day == i }}>{{ i }}</option>
% end
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment