Run Rubocop autocorrect on app/helpers

This commit is contained in:
Manuel Bustillo 2024-12-28 18:21:16 +01:00
parent 02fcd03b0e
commit 4fc95185fb
5 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# Copyright (C) 2024 Manuel Bustillo
module ApplicationHelper

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# Copyright (C) 2024 Manuel Bustillo
module ExpensesHelper

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# Copyright (C) 2024 Manuel Bustillo
module GroupsHelper

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# Copyright (C) 2024 Manuel Bustillo
module GuestsHelper

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# Copyright (C) 2024 Manuel Bustillo
module TablesArrangementsHelper