Major commit adding about information and more before site goes live.
[selectricity] / app / controllers / quickvote_controller.rb
index cc57bb51d80ff8f825a3d88119ccbf90b4e22ef3..5bf259caf7427d89a9149437ee52844bac93a295 100644 (file)
@@ -115,7 +115,7 @@ class QuickvoteController < ApplicationController
              @voter.reload
       end
     else
-      redirect_to :controller => 'site'
+      redirect_to :controller => 'front'
     end
   end
 
@@ -198,7 +198,7 @@ class QuickvoteController < ApplicationController
   def results
     unless @election = QuickVote.ident_to_quickvote(params[:ident])
       flash[:notice] = "Cannot find quickvote #{params[:ident]}."
-      redirect_to :controller => 'site'
+      redirect_to :controller => 'front'
       return
     end
     if @election.viewable == 0 && @election.active == 1

Benjamin Mako Hill || Want to submit a patch?