list_quickvotes XMLRPC returns candidate ID's instead of names
[selectricity-live] / app / apis / selectricity_api.rb
index 70e647983f8987e6fe58631e70e4f0180c57d3a9..af75cf67d28f60db7e366a8c503fb39f859f0170 100644 (file)
@@ -1,6 +1,7 @@
 class ElectionStruct < ActionWebService::Struct
   member :name, :string
   member :description, :string
+  member :candidates, [:int]
   member :id, :int
 end
 class VoteInfo < ActionWebService::Struct

Benjamin Mako Hill || Want to submit a patch?