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