We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbece2a commit cde50dcCopy full SHA for cde50dc
app/services/forest_liana/resources_getter.rb
@@ -341,8 +341,6 @@ def compute_select_fields
341
@field_names_requested.each do |path|
342
association = get_one_association(path)
343
if association
344
- # Handle :through associations - resolve to the direct association
345
- original_association = association
346
through_chain = []
347
while association.options[:through]
348
through_chain << association.options[:through]
0 commit comments