forked from jasder/forgeplus
5 lines
75 B
Ruby
5 lines
75 B
Ruby
|
class ChallengeSample < ApplicationRecord
|
||
|
belongs_to :challenge
|
||
|
end
|
||
|
|