# frozen_string_literal: true class Ibrain::PermissionSets::SuperUser < PermissionSets::Base def activate! can :manage, :all end end