]> projects.mako.cc - selectricity/blob - app/controllers/selectricity_service_controller.rb
Refactored quickvotes result calculator from the controller to the model. TODO: Run...
[selectricity] / app / controllers / selectricity_service_controller.rb
1 class SelectricityServiceController < ApplicationController
2   web_service_dispatching_mode :delegated
3   web_service :vote, SelectricityService.new
4 end

Benjamin Mako Hill || Want to submit a patch?