mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Remove code that is no longer required.
This commit is contained in:
parent
b165cfdfbe
commit
4765507585
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue