# File lib/audited/auditor.rb, line 239 def audited_columns self.columns.select { |c| !non_audited_columns.include?(c.name) } end