# File lib/rolify/adapters/base.rb, line 55
      def resources_find(roles_table, relation, role_name)
        raise NotImplementedError.new("You must implement resources_find")
      end