Merge pull request #39951 from abhaynikam/fix--typo-in-railties-changelog

Fixed typo AnimalsRecrd -> AnimalsRecord [ci skip]
This commit is contained in:
Ryuta Kamizono 2020-07-30 16:29:00 +09:00 committed by GitHub
commit 52086f1114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
rails generate scaffold Pet name:string --database=animals --parent=SecondaryBase
```
This will ensure the model inherits from the `SecondaryBase` parent instead of `AnimalsRecrd`
This will ensure the model inherits from the `SecondaryBase` parent instead of `AnimalsRecord`
```ruby
class Pet < SecondaryBase