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

@ -53,7 +53,7 @@
#
class Account < ApplicationRecord
self.ignored_columns = %w(
self.ignored_columns += %w(
subscription_expires_at
secret
remote_url