Skip to content

Commit e97bda7

Browse files
committed
Add :member_email_deliveries relation to Member
This was an oversight when creating the related table, and fixes it Signed-off-by: jonathan.kerr <3410350+jonodrew@users.noreply.github.com>
1 parent 7785a57 commit e97bda7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/models/member.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class Member < ApplicationRecord
2222
has_many :chapters, -> { distinct }, through: :groups
2323
has_many :announcements, -> { distinct }, through: :groups
2424
has_many :meeting_invitations
25+
has_many :member_email_deliveries
2526

2627
validates :auth_services, presence: true
2728
validates :name, :surname, :email, :about_you, presence: true, if: :can_log_in?

0 commit comments

Comments
 (0)