Sha256: 44df702e4a89db878f56dc672bdbdec9ffdad57d84afe2b934d9f4da11fa15b8
Contents?: true
Size: 201 Bytes
Versions: 13
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true module GroupMetrics # Tabulate count of Thoughts (within a study week) for a Group. class WeeklyThoughtsCount < WeeklyCount self.table_name = "thoughts" end end
Version data entries
13 entries across 13 versions & 1 rubygems