Skip to content

Commit

Permalink
fixed missing comma in example
Browse files Browse the repository at this point in the history
  • Loading branch information
VorontsovIE committed Apr 24, 2013
1 parent 00e5453 commit 742783c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def require(key)
# params = ActionController::Parameters.new({
# person: {
# contact: {
# email: '[email protected]'
# email: '[email protected]',
# phone: '555-1234'
# }
# }
Expand Down

0 comments on commit 742783c

Please sign in to comment.