class RailsBand::ActiveRecord::Event::StrictLoadingViolation
A wrapper for the event that is passed to ‘strict_loading_violation.active_record`.
def owner
def owner @owner ||= @event.payload.fetch(:owner) end
def reflection
def reflection @reflection ||= @event.payload.fetch(:reflection) end