1
0

Quantity index stares quantities included in columnview

This commit is contained in:
cryptogopher
2019-12-27 01:36:30 +01:00
parent a1bdbb7dc7
commit 2171c69822
2 changed files with 6 additions and 1 deletions

View File

@@ -91,5 +91,6 @@ class QuantitiesController < ApplicationController
def prepare_quantities
@quantities = @project.quantities.filter(@project, session[:q_filters])
.includes(:column_views)
end
end