Skip to content

Commit

Permalink
Only store changes when a user makes a change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 11, 2024
1 parent ba31301 commit 2cdad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/authority.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2cdad42

Please sign in to comment.