Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Fix unknown attribute 'parent_category' for Category in demo generator#1575

Merged
zachgoll merged 1 commit intomaybe-finance:mainfrom
akabiru:fix-demo-data
Dec 30, 2024
Merged

Fix unknown attribute 'parent_category' for Category in demo generator#1575
zachgoll merged 1 commit intomaybe-finance:mainfrom
akabiru:fix-demo-data

Conversation

@akabiru
Copy link
Contributor

@akabiru akabiru commented Dec 23, 2024

 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

```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: maybe-finance#1561
@zachgoll zachgoll merged commit dba10c2 into maybe-finance:main Dec 30, 2024
@akabiru akabiru deleted the fix-demo-data branch January 1, 2025 13:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants