From 040302286f0fab0f9a4e448b5a9d835f2b6e106c Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 11 Dec 2019 18:08:31 +0100 Subject: [PATCH] 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. --- app/models/user.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/user.rb b/app/models/user.rb index 609982389..518cb94cc 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -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) } -- 2.43.2