Newer
Older
dmpopidor / app / models / new_section.rb
@xsrust xsrust on 29 Nov 2016 92 bytes updated models for data migration
class NewSection < ActiveRecord::Base
  belongs_to :new_phase
  has_many :new_questions
end