migration and associations

completes #26
This commit is contained in:
Mark Moser
2016-09-15 13:26:31 -05:00
parent 372e86507e
commit 2233d73c39
9 changed files with 54 additions and 2 deletions

View File

@ -0,0 +1,8 @@
# frozen_string_literal: true
require 'test_helper'
class ReviewerToQuizTest < ActiveSupport::TestCase
test "the truth" do
assert ReviewerToQuiz
end
end