chore: linting stuff

This commit is contained in:
kbe
2025-08-25 00:43:03 +02:00
parent 03717dc95b
commit 632055c44d
14 changed files with 107 additions and 43 deletions

View File

@@ -18,4 +18,8 @@ class User < ApplicationRecord
# :omniauthable - allows authentication via OAuth providers
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :validatable
# Relationships
has_many :parties, dependent: :destroy
has_many :tickets, dependent: :destroy
end