Add copyright notice

This commit is contained in:
Manuel Bustillo 2024-11-13 07:59:07 +00:00
parent 452b5b2040
commit 4be1fc6cad
2 changed files with 4 additions and 0 deletions
app/queries/groups
spec/queries/groups

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

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