Merge corrections provided by Bambuch

This commit is contained in:
2025-04-26 18:32:45 +02:00
parent f7e4fe2d38
commit cd9a64b5ad
6 changed files with 23 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ class QuantitiesController < ApplicationController
end
def index
@quantities = current_user.quantities.ordered.includes(:parent).includes(:subquantities)
@quantities = current_user.quantities.ordered.includes(:parent, :subquantities)
end
def new