Skip to content

Instantly share code, notes, and snippets.

@linusthe3rd
Created May 18, 2011 18:00
Show Gist options
  • Save linusthe3rd/979123 to your computer and use it in GitHub Desktop.
Save linusthe3rd/979123 to your computer and use it in GitHub Desktop.

Revisions

  1. linusthe3rd created this gist May 18, 2011.
    2 changes: 2 additions & 0 deletions grade_select.erb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    <%= f.label :grade %>
    <%= f.select(:grade, (["K"] | (1..12).to_a))%>