module ClassMethods
      def inherited(subclass)
        subclass.consistency = consistency if defined?(@consistency)
        super
      end