X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/2b0354ad8bb08688eabbd59fe00c6f5e0f7dcd63..80fe90c787f595b0554297d2fe5eb810e3ca652a:/app/controllers/selectricity_service_controller.rb diff --git a/app/controllers/selectricity_service_controller.rb b/app/controllers/selectricity_service_controller.rb new file mode 100644 index 0000000..e1f9f98 --- /dev/null +++ b/app/controllers/selectricity_service_controller.rb @@ -0,0 +1,4 @@ +class SelectricityServiceController < ApplicationController + web_service_dispatching_mode :delegated + web_service :vote, SelectricityService.new +end