[Rails] ActiveRecord.find - Association Not Found Error When Using Custom Joins
Hello,
When calling the find method on one of my models, I am joining to
several other table using the :joins parameter. Currently, the :joins
parameter is being populated with an array of several associations.
However, I need to add a custom join, but when I add a string with my
custom join to the joins array, I get the following error:
Association named ' INNER JOIN ... ' was not found; perhaps you
misspelled it?
According to the documentation found here:
http://api.rubyonrails.org/classes/ActiveRecord/Base.html#M001777,
the :joins parameter can contains "an array containing a mixture of
both strings and named associations." That is exactly what I'm doing,
so I'm not sure why I'm getting this error when trying to combing
them.
Any ideas why this error would occur?
Thanks,
neufelni
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home