You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
206 B

class DoctrineSubject < ApplicationRecord
acts_as_list column: :rank, scope: %i[doctrine]
belongs_to :doctrine, optional: false
belongs_to :subject, class_name: "Cdao::Subject", optional: false
end