Sha256: 105c5ee77474e4cf6e73a4c4304ec6c96f6e40d810174304f95c533df9acd40c
Contents?: true
Size: 308 Bytes
Versions: 10
Compression:
Stored size: 308 Bytes
Contents
module GroupMetrics # Tabulate count of Goals within a study week for a Group. class WeeklyGoalsCount < WeeklyCount self.table_name = "social_networking_goals" def self.fetch(group_id) return {} unless ActiveRecord::Base.connection.table_exists?(table_name) super end end end
Version data entries
10 entries across 10 versions & 1 rubygems