Sha256: 67298448c29952c2f96f3d59ff1331de225f4feee00ade5f3abaa5881d82c65f
Contents?: true
Size: 223 Bytes
Versions: 13
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true module ParticipantMetrics # Tabulate count of Logins within a study week for a Participant. class WeeklyLoginsCount < WeeklyCount self.table_name = "participant_login_events" end end
Version data entries
13 entries across 13 versions & 1 rubygems