rails-caf/app/models/objective.rb

5 lines
61 B
Ruby

class Objective < ApplicationRecord
belongs_to :caf
end