chore: linting stuff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user