# File lib/rolify/adapters/base.rb, line 33
      def where(relation, args)
        raise NotImplementedError.new("You must implement where")
      end