class Partner < ActiveRecord::Base
  # attr_accessible :name, :active
  attr_accessor :active

  has_one :school
  has_many :customers
  has_many :users
end