Replies: 1 comment
-
Hey @drewda. Thanks for writing. I'd love to help with that use case. I haven't used Having actual code (and errors), we can both reproduce helps a lot. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In our web app, we currently have ActiveRecord models for:
We use the active_hash library to store in YAML files models for:
Each Order references a Product and references a Subscription Plan.
I'm looking for advice on how to handle these relationships between the ActiveRecord database-backed models and the ActiveHash filed-backed models. Unless I'm missing something, Avo can't handle the ActiveHash models..
For the time being, I just added computed fields like so:
It would be great to be able to use Avo to create and edit these associations (like changing the product on a given order). Any pointers on how to do so?
Beta Was this translation helpful? Give feedback.
All reactions