Completed UnitsController#import and Unit index view
This commit is contained in:
8
lib/body_tracking/project_patch.rb
Normal file
8
lib/body_tracking/project_patch.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
module BodyTracking
|
||||
module ProjectPatch
|
||||
Project.class_eval do
|
||||
has_many :units, dependent: :destroy
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user