Newer
Older
dmpopidor / app / models / new_plan.rb
class NewPlan < ActiveRecord::Base
  belongs_to :template
  has_many :roles
  has_many :users, through: :roles
end