Objective not observer.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# Ignore bundler config.
|
# Ignore bundler config.
|
||||||
/.bundle
|
/.bundle
|
||||||
|
*.kate-swp
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*
|
/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