Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity-live] / app / views / common / _methodinfo_ssd.rhtml
index 25bc3546c38cd4c4e42e629b5c7ac21bf52351b9..00f9febe01d0270a57a13c5b840a5c4bd06bfe24 100644 (file)
@@ -25,7 +25,7 @@ Beatpath Winner, Path Voting, and Path Winner.</p>
 
 <% candidates = @election.ssd_result.ranked_candidates.flatten -%>
 <% if candidates.size <= 7 -%>
-  <%= render_partial 'common/pref_tables' %>
+  <%= render :partial => 'common/pref_tables' %>
 <% else %>
 
   There are too many candidates in your elections to show the result

Benjamin Mako Hill || Want to submit a patch?