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 9c2aa7e commit 5d9fb89Copy full SHA for 5d9fb89
app/services/forest_liana/line_stat_getter.rb
@@ -23,7 +23,7 @@ def get_format
23
end
24
25
def perform
26
- value = get_resource().eager_load(@includes)
+ value = get_resource().joins(@includes)
27
28
unless @params[:filters].blank?
29
value = FiltersParser.new(@params[:filters], value, @params[:timezone]).apply_filters
0 commit comments