Replies: 1 comment
-
I'm experiencing a similar issue. It seems that the issue is with the two |
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.
-
As an hobbyist rails wanna-be I would like to ask the community's help with an issue I can't get my head around.
I have the following, probably over-complicated relation across the models in question (irrelevant associations excluded):
I have the following index page defined for Job
Filtering on
customer
,address
ordue
alone works fine. When I try to filter oncustomer
and any of the other two at the same time the generated SQL query ends up with an invalid column name for one of the joins.I am out of options and ideas so I kindly ask if someone can point me in the right direction.
Beta Was this translation helpful? Give feedback.
All reactions