Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unknown attribute 'parent_category' for Category in demo generator
```ruby ❯ bin/rails demo_data:reset user reset bin/rails aborted! ActiveModel::UnknownAttributeError: unknown attribute 'parent_category' for Category. (ActiveModel::UnknownAttributeError) raise UnknownAttributeError.new(self, k.to_s) ``` Follows: #1561
- Loading branch information