From 2cdad42f273c62ce7fdfa9c8b49f819841d9e15f Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 11 Sep 2024 03:13:43 +0000 Subject: [PATCH] Only store changes when a user makes a change --- app/models/authority.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/authority.rb b/app/models/authority.rb index 1c0e3e8cd..ce5d57de2 100644 --- a/app/models/authority.rb +++ b/app/models/authority.rb @@ -7,7 +7,7 @@ class Authority < ApplicationRecord has_many :applications, dependent: :restrict_with_exception has_many :comments, through: :applications has_one :github_issue, dependent: :destroy - has_paper_trail + has_paper_trail ignore: %i[last_scraper_run_log boundary] validate :short_name_encoded_is_unique