fixed missing comma in example

This commit is contained in:
Ilya Vorontsov 2013-04-24 16:21:24 +04:00
parent 00e5453e20
commit 742783cc16

@ -230,7 +230,7 @@ def require(key)
# params = ActionController::Parameters.new({ # params = ActionController::Parameters.new({
# person: { # person: {
# contact: { # contact: {
# email: 'none@test.com' # email: 'none@test.com',
# phone: '555-1234' # phone: '555-1234'
# } # }
# } # }