Objective not observer.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
||||
|
||||
# Ignore bundler config.
|
||||
/.bundle
|
||||
*.kate-swp
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*
|
||||
|
||||
4
app/models/objective.rb
Normal file
4
app/models/objective.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Objective < ApplicationRecord
|
||||
belongs_to :caf
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user