Newer
Older
dmpopidor / app / models / new_phase.rb
@xsrust xsrust on 29 Nov 2016 88 bytes updated models for data migration
class NewPhase < ActiveRecord::Base
  belongs_to :template
  has_many :new_sections
end