class Role < ActiveRecord::Base has_many :unities has_many :users, through: :unities has_many :groups, through: :unities end