Change unit base with drag and drop

This commit is contained in:
2024-03-24 17:38:56 +01:00
parent 7387e7b1c1
commit 05b0c66216
6 changed files with 56 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ class UnitsController < ApplicationController
end
def index
@units = current_user.units
@units = current_user.units.includes(:subunits)
end
def new