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
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