forgeplus/app/models/challenge_sample.rb

5 lines
75 B
Ruby
Raw Normal View History

2020-03-09 00:40:16 +08:00
class ChallengeSample < ApplicationRecord
belongs_to :challenge
end