Objective not observer.
This commit is contained in:
parent
968d5c7865
commit
21bc67bde7
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
|
||||
Loading…
x
Reference in New Issue
Block a user