From b9ec6cc2a1015815e1d94ad1cd87ad8277693d60 Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Wed, 9 Oct 2024 12:20:29 +0000 Subject: [PATCH] Refs #37825 - Include inheritance column for Nic in audits --- app/models/nic/base.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/models/nic/base.rb b/app/models/nic/base.rb index ce303ca46c9..a73e10ef0e6 100644 --- a/app/models/nic/base.rb +++ b/app/models/nic/base.rb @@ -124,11 +124,6 @@ class Jail < ::Safemode::Jail :children_mac_addresses, :nic_delay, :fqdn, :shortname, :type, :managed?, :bond?, :bmc?, :provision? end - # include STI inheritance column in audits - def self.default_ignored_attributes - super - [inheritance_column] - end - def physical? !virtual? end