Skip to content

Commit

Permalink
argh lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jun 8, 2024
1 parent d8308ca commit 1fef4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class User < ApplicationRecord
dependent: :destroy

has_many :announcements, foreign_key: 'author_id', dependent: :destroy, inverse_of: :author

# Validations

# https://davidcel.is/posts/stop-validating-email-addresses-with-regex/
Expand Down

0 comments on commit 1fef4ce

Please sign in to comment.