Remove ignoring of nearby column

This is the final stage in the process. Now that the migrations are run,
and apps restarted, it is safe to remove the ignore_column declaration.
This commit is contained in:
Andy Allan 2019-12-11 18:08:31 +01:00
parent b9d9785330
commit 040302286f

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) }