working quickvote support created
[selectricity-live] / app / controllers / site_controller.rb
index f4bae4287126e05488dbd76af1d11e2114ecdb33..41eb136a3758256cd066c32cb885ba2259aed2eb 100644 (file)
@@ -11,14 +11,4 @@ class SiteController < ApplicationController
     end
   end
 
-  def create_quickvote
-    if params[:quickvote] 
-      @quickvote = QuickVote.new(params[:quickvote])
-      if @quickvote.reviewed? and @quickvote.save
-          @quickvote = @quickvote.reload
-         render :action => 'success_quickvote'
-      end 
-    end
-  end
-
 end

Benjamin Mako Hill || Want to submit a patch?