5 lines
80 B
Ruby
5 lines
80 B
Ruby
class Quiz < ApplicationRecord
|
|
has_many :questions
|
|
has_many :candidates
|
|
end
|