Created
November 27, 2012 16:13
-
-
Save daniel-g/4155148 to your computer and use it in GitHub Desktop.
Outcome for the same influent changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Influent.find(349).outcomes(1) | |
=> "{ \"outcome\" : { \"rank\" : 1, \"satisfaction\" : 1, \"options\" : [ { \"id\" : \"214\" }, { \"id\" : \"216\" }, { \"id\" : \"223\" }, { \"id\" : \"225\" }, { \"id\" : \"226\" }, { \"id\" : \"227\" } ] } }" | |
Influent.find(349).outcomes(1) | |
=> "{ \"outcome\" : { \"rank\" : 1, \"satisfaction\" : 1, \"options\" : [ { \"id\" : \"223\" } ] } }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment