0
0
Fork 0

Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761)

This commit is contained in:
Nick Schonning 2023-03-31 09:07:22 -04:00 committed by GitHub
parent 7646ad8a2b
commit cb2ce842b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 7 additions and 18 deletions

View file

@ -20,7 +20,7 @@
class StatusEdit < ApplicationRecord
include RateLimitable
self.ignored_columns = %w(
self.ignored_columns += %w(
media_attachments_changed
)