Newer
Older
dmpopidor / app / models / template.rb
@xsrust xsrust on 29 Nov 2016 112 bytes updated models for data migration
class Template < ActiveRecord::Base
  belongs_to :organisation
  has_many :new_phases
  has_many :new_plans
end