I am getting NoMethodError in Avo::Associations#create for has_many Polymorphic associations when Attaching to a model #2052
Replies: 1 comment
-
Is this fixed @djalmaaraujo? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this Comment resource:
The
Comment
is a polymorphic model in an existing app. I am trying to attach a comment to a meeting (already works, AVO is new in this app), but I get this error after selecting the comment in the modal:Step 0:
Step 1:
Step 2:
After pressing Attach, this is the error I get:
Meeting resource:
Do you have any ideas about what it could be?
Beta Was this translation helpful? Give feedback.
All reactions