1
0

Completed UnitsController#import and Unit index view

This commit is contained in:
cryptogopher
2019-08-22 01:12:37 +02:00
parent 8e7385cdcb
commit e9fc9c6475
7 changed files with 54 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
module BodyTracking
module ProjectPatch
Project.class_eval do
has_many :units, dependent: :destroy
end
end
end