Merge branch 'pull/5228'
This commit is contained in:
commit
5058e7d748
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ class User < ApplicationRecord
|
|||
require "digest"
|
||||
include AASM
|
||||
|
||||
self.ignored_columns += ["creation_ip"]
|
||||
|
||||
has_many :traces, -> { where(:visible => true) }
|
||||
has_many :diary_entries, -> { order(:created_at => :desc) }, :inverse_of => :user
|
||||
has_many :diary_comments, -> { order(:created_at => :desc) }, :inverse_of => :user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue