mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Add a missing space before closing curly braces
This commit is contained in:
parent
70c96b4423
commit
99f6722e86
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ When an association accepts nested attributes `fields_for` renders its block onc
|
|||
```ruby
|
||||
def new
|
||||
@person = Person.new
|
||||
2.times { @person.addresses.build}
|
||||
2.times { @person.addresses.build }
|
||||
end
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue