Merge remote-tracking branch 'upstream/pull/2461'

This commit is contained in:
Tom Hughes 2019-12-11 17:31:16 +00:00
commit 2f419c7ab0

View file

@ -46,8 +46,6 @@
class User < ApplicationRecord
require "xml/libxml"
self.ignored_columns = ["nearby"]
has_many :traces, -> { where(:visible => true) }
has_many :diary_entries, -> { order(:created_at => :desc) }
has_many :diary_comments, -> { order(:created_at => :desc) }