mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
Remove code that is no longer required.
This commit is contained in:
parent
b165cfdfbe
commit
4765507585
@ -20,9 +20,6 @@ class User < ActiveRecord::Base
|
|||||||
include HasCustomFields
|
include HasCustomFields
|
||||||
include SecondFactorManager
|
include SecondFactorManager
|
||||||
|
|
||||||
# TODO: Remove this after 7th Jan 2018
|
|
||||||
self.ignored_columns = %w{email}
|
|
||||||
|
|
||||||
has_many :posts
|
has_many :posts
|
||||||
has_many :notifications, dependent: :destroy
|
has_many :notifications, dependent: :destroy
|
||||||
has_many :topic_users, dependent: :destroy
|
has_many :topic_users, dependent: :destroy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user