Created
January 2, 2012 23:21
-
-
Save mdub/1552586 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # this is fine | |
| params = { | |
| "mode" => "update" | |
| "people" => { | |
| "jackie"=> "Jackie Watkins" | |
| "max"=> "Max Edwards" | |
| } | |
| } | |
| # this is not | |
| params = { | |
| "people" => { | |
| "jackie"=> "Jackie Watkins" | |
| "max"=> "Max Edwards" | |
| }, | |
| "mode" => "update" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment