Skip to content

Run the polymorphic bug - #1349

Open
bf4 wants to merge 2 commits into
JSONAPI-Resources:masterfrom
bf4:fix_polymorphic_relations_lookup
Open

Run the polymorphic bug#1349
bf4 wants to merge 2 commits into
JSONAPI-Resources:masterfrom
bf4:fix_polymorphic_relations_lookup

Conversation

@bf4

@bf4 bf4 commented Jan 7, 2021

Copy link
Copy Markdown
Collaborator

Making a PR with just the failing test from https://github.com/cerebris/jsonapi-resources/issues/1305

I see

No class name found for #<Class:#<ContactMedium:0x00007f93d23acb00>> (Responds to ActiveModel::Naming but Class name cannot be blank. You need to supply a name argument when anonymous class given)
No class name found for #<Class:#<Individual:0x00007f93d23bd6f8>> (Responds to ActiveModel::Naming but Class name cannot be blank. You need to supply a name argument when anonymous class given)
No class name found for #<Class:#<ContactMedium:0x00007f93d641cb90>> (Responds to ActiveModel::Naming but Class name cannot be blank. You need to supply a name argument when anonymous class given)
No class name found for #<Class:#<Individual:0x00007f93d6424408>> (Responds to ActiveModel::Naming but Class name cannot be blank. You need to supply a name argument when anonymous class given)
No class name found for #<Class:#<ContactMedium:0x00007f93d684d7a0>> (Responds to ActiveModel::Naming but Class name cannot be blank. You need to supply a name argument when anonymous class given)
No class name found for #<Class:#<Individual:0x00007f93d646f9d0>> (Responds to ActiveModel::Naming but Class name cannot be blank. You need to supply a name argument when anonymous class given)
@bf4
bf4 force-pushed the fix_polymorphic_relations_lookup branch 2 times, most recently from d90f30e to 23bbe90 Compare January 12, 2021 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants