motorollerscalatron / QuizMaster

Quiz Master Demo built with ruby on rails 5.
1 stars 0 forks source link

all quiz are public #1

Closed motorollerscalatron closed 6 years ago

motorollerscalatron commented 6 years ago

There is a ispublic flag in questions but not used

motorollerscalatron commented 6 years ago

fixed by https://github.com/motorollerscalatron/QuizMaster/pull/6.

added the condition is_public = true in where clause for the questions select query. https://github.com/motorollerscalatron/QuizMaster/blob/704bbf5515c5331a912348ce5ea70c903cc8561d/app/controllers/questions_controller.rb#L6