1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixed missing comma in example

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

View file

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