users can now select their level when signing up (for testing only)

This commit is contained in:
albert
2011-10-21 17:29:41 -04:00
parent e8808987d5
commit e8ac9cfcc1
4 changed files with 27 additions and 7 deletions

View File

@@ -69,6 +69,7 @@
<%= f.input :password %>
<%= f.input :password_confirmation %>
<%= f.input :email, :required => false %>
<%= f.input :level, :collection => User.level_hash.to_a, :include_blank => false %>
<%= f.button :submit %>
<% end %>
</div>