Newer
Older
dmpopidor / app / models / new_plan.rb
@xsrust xsrust on 29 Nov 2016 77 bytes updated models for data migration
class NewPlan < ActiveRecord::Base
  has_one :template
  has_many :roles
end