aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models/oauthed_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel/test/models/oauthed_user.rb')
-rw-r--r--activemodel/test/models/oauthed_user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/test/models/oauthed_user.rb b/activemodel/test/models/oauthed_user.rb
index c6923c4f58..9750bc19d4 100644
--- a/activemodel/test/models/oauthed_user.rb
+++ b/activemodel/test/models/oauthed_user.rb
@@ -2,7 +2,7 @@ class OauthedUser
extend ActiveModel::Callbacks
include ActiveModel::Validations
include ActiveModel::SecurePassword
-
+
define_model_callbacks :create
has_secure_password(validations: false)