Remove code that is no longer required.

This commit is contained in:
Guo Xiang Tan 2018-07-19 16:56:38 +08:00
parent b165cfdfbe
commit 4765507585
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ class User < ActiveRecord::Base
include HasCustomFields
include SecondFactorManager
# TODO: Remove this after 7th Jan 2018
self.ignored_columns = %w{email}
has_many :posts
has_many :notifications, dependent: :destroy
has_many :topic_users, dependent: :destroy