Objective not observer.

This commit is contained in:
2023-01-27 09:41:48 +00:00
parent 968d5c7865
commit 21bc67bde7
3 changed files with 5 additions and 0 deletions

4
app/models/objective.rb Normal file
View File

@@ -0,0 +1,4 @@
class Objective < ApplicationRecord
belongs_to :caf
end