3 lines
61 B
Ruby
3 lines
61 B
Ruby
class Question < ApplicationRecord
|
|
belongs_to :section
|
|
end
|
class Question < ApplicationRecord
|
|
belongs_to :section
|
|
end
|