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:
parent
00e5453e20
commit
742783cc16
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ module ActionController
|
||||||
# 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'
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
|
|
Loading…
Reference in a new issue