Files
rails-caf/app/models/objective.rb
2023-01-27 09:41:48 +00:00

5 lines
61 B
Ruby

class Objective < ApplicationRecord
belongs_to :caf
end