# HG changeset patch # User luisf # Date 1292531537 0 # Node ID 975e65e075d149b10d129e130e39f6c4feaac96b # Parent 0511601cda6be2840919f1779748dfe5f883dbda Working, but needs one migration which was not pushed from my c4dm desktop computer. diff -r 0511601cda6b -r 975e65e075d1 app/views/account/register.rhtml --- a/app/views/account/register.rhtml Thu Dec 16 18:16:47 2010 +0000 +++ b/app/views/account/register.rhtml Thu Dec 16 20:32:17 2010 +0000 @@ -42,7 +42,7 @@
- <%= collection_select(:ssamr_user_detail, :institution_id, Institution.all, :id, :name, {:prompt => true}) %> + <%= ssamr_user_detail.collection_select(:university, Institution.all, :id, :name, {:prompt => true}) %>
<% end %>