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:
parent
b9d9785330
commit
040302286f
1 changed files with 0 additions and 2 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue