Added support for :distinct to application controller. User can now specify a
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 29 Apr 2014 20:14:23 +0000 (16:14 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 29 Apr 2014 20:14:23 +0000 (16:14 -0400)
commitfe78b629dc39298c5990a093e73b7c6231f387b0
tree707391486e2cbedf48396f0a3e8749bd139d94c0
parent7a73008bcd015300461c34ce852d660f8244e11f
Added support for :distinct to application controller.  User can now specify a
column and only get back rows with distinct values of that column.
services/api/app/controllers/application_controller.rb
services/api/test/integration/select_test.rb