Change belongs_to_required_by_default to true (#5888)
This commit is contained in:
committed by
Eugen Rochko
parent
7233ac07d2
commit
238de58e65
@ -16,8 +16,8 @@
|
||||
class Admin::ActionLog < ApplicationRecord
|
||||
serialize :recorded_changes
|
||||
|
||||
belongs_to :account, required: true
|
||||
belongs_to :target, required: true, polymorphic: true
|
||||
belongs_to :account
|
||||
belongs_to :target, polymorphic: true
|
||||
|
||||
default_scope -> { order('id desc') }
|
||||
|
||||
|
Reference in New Issue
Block a user