Wrong name for the project select field. #1914

This commit is contained in:
Eric Davis
2009-01-19 11:20:00 -08:00
parent 2fe0bd3052
commit b7a4850b06
+1 -1
View File
@@ -15,7 +15,7 @@
<%= # TODO: move to controller once a hook is in place for the Admin panel
projects = Project.find(:all, :conditions => { :status => Project::STATUS_ACTIVE}, :include => :parent)
select_tag("rate_project_id", projects_options_for_select(projects))
select_tag("rate[project_id]", projects_options_for_select(projects))
%>
</td>
<td align="right">