about summary refs log tree commit diff
path: root/app/models/account.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-12-16 19:45:17 +0100
committerGitHub <noreply@github.com>2021-12-16 19:45:17 +0100
commit7efef7db9ed6f7b25a28166c1b75a28adbaf7cdb (patch)
treead8ebb28e0466649785afa167e8711debb271e68 /app/models/account.rb
parentd911c17f521d6b13861caa886715a50b644007a1 (diff)
parent50d62fe2e749a5ab2b2bed81d5a9449b5e733964 (diff)
Merge pull request #1648 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/models/account.rb')
-rw-r--r--app/models/account.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index e0e916eb2..5476272f9 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -129,6 +129,8 @@ class Account < ApplicationRecord
            :unconfirmed_email,
            :current_sign_in_ip,
            :current_sign_in_at,
+           :created_at,
+           :sign_up_ip,
            :confirmed?,
            :approved?,
            :pending?,