Class: GroupMetrics::WeeklyActivitiesCount

Inherits:
WeeklyCount
  • Object
show all
Defined in:
app/models/group_metrics/weekly_activities_count.rb

Overview

Tabulate count of Activities (within a study week) for a Group.

Class Method Summary collapse

Methods inherited from WeeklyCount

#count, #week

Class Method Details

.fetch(group_id) ⇒ Object



7
8
9
# File 'app/models/group_metrics/weekly_activities_count.rb', line 7

def self.fetch(group_id)
  super(group_id, "start_time")
end