forgeplus/app/models/challenge_sample.rb

5 lines
75 B
Ruby

class ChallengeSample < ApplicationRecord
belongs_to :challenge
end