Major update of Selectricity to work with Rails 2.2.2 from 1.2!
[selectricity-live] / app / views / common / _methodinfo_condorcet.rhtml
index 1cb5fae3ff20417d91968a43dff94ba353360412..743dd455fd672d50198b25626863f6e55f73d856 100644 (file)
@@ -13,7 +13,7 @@ another Condorcet system.</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?