# frozen_string_literal: true class Assignment < ActiveRecord::Base belongs_to :topic end