We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7785a57 commit e97bda7Copy full SHA for e97bda7
1 file changed
app/models/member.rb
@@ -22,6 +22,7 @@ class Member < ApplicationRecord
22
has_many :chapters, -> { distinct }, through: :groups
23
has_many :announcements, -> { distinct }, through: :groups
24
has_many :meeting_invitations
25
+ has_many :member_email_deliveries
26
27
validates :auth_services, presence: true
28
validates :name, :surname, :email, :about_you, presence: true, if: :can_log_in?
0 commit comments