DEV: ignore flair_url column in group model. (#9873)

This commit is contained in:
Vinoth Kannan
2020-05-26 00:43:50 +05:30
committed by GitHub
parent 8825395bdc
commit 5fb9271878
3 changed files with 20 additions and 7 deletions

View File

@@ -1,9 +1,10 @@
# frozen_string_literal: true
class Group < ActiveRecord::Base
# TODO(2021-04-22): remove
# TODO(2021-05-26): remove
self.ignored_columns = %w{
automatic_membership_retroactive
flair_url
}
include HasCustomFields