Add copyright notice

This commit is contained in:
Manuel Bustillo 2024-12-11 08:03:02 +00:00
parent da8f3c7618
commit f68caca5a4
2 changed files with 4 additions and 0 deletions
app/controllers
spec/requests

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
class SummaryController < ApplicationController
def index
expense_summary = Expenses::TotalQuery.new(wedding: ActsAsTenant.current_tenant).call

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'swagger_helper'
RSpec.describe 'summary', type: :request do