From: Date: Thu, 9 Aug 2007 22:26:16 +0000 (-0400) Subject: Removed the two methods from Application controller which were redundant - X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/bb6aa392b953e018389843b02f044afd45d8afb9?hp=bb6aa392b953e018389843b02f044afd45d8afb9 Removed the two methods from Application controller which were redundant - the main version are in the graph controller. Started to add a borda bar graph results method, when it came to our attention that the borda method was most likely broken, counting only the most recent vote. Have added an attr_reader :election to Class Electionresults in rubyvote. About to attempt to fix the Borda method. ---