Use `touch` to record viewing annual report (#35296)

pull/35320/head
Matt Jankowski 4 months ago committed by GitHub
parent f7259f625f
commit fb6c22f5c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@ class GeneratedAnnualReport < ApplicationRecord
end
def view!
update!(viewed_at: Time.now.utc)
touch(:viewed_at)
end
def account_ids

Loading…
Cancel
Save