educoder/app/models/homework_challenge_setting.rb

4 lines
82 B

class HomeworkChallengeSetting < ApplicationRecord
belongs_to :challenge
end