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

Fixed typo AnimalsRecrd -> AnimalsRecord [ci skip]

This commit is contained in:
Abhay Nikam 2020-07-30 12:56:54 +05:30
parent 6e636e2336
commit db5c619541

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