Introduce endpoint to retrieve a summary of groups and invite attendance #122

Merged
bustikiller merged 2 commits from groups-index-stats into main 2024-11-13 08:12:46 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 4be1fc6cad - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
module Groups
class SummaryQuery
def call

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'rails_helper'
module Groups