class AuthManager < Authorization
has_and_belongs_to_many :authorized_users, class_name: 'User', inverse_of: 'managing_apps'
end