Change belongs_to_required_by_default to true (#5888)
This commit is contained in:
committed by
Eugen Rochko
parent
7233ac07d2
commit
238de58e65
@@ -9,6 +9,6 @@
|
||||
#
|
||||
|
||||
class ConversationMute < ApplicationRecord
|
||||
belongs_to :account, required: true
|
||||
belongs_to :conversation, required: true
|
||||
belongs_to :account
|
||||
belongs_to :conversation
|
||||
end
|
||||
|
Reference in New Issue
Block a user