summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index 167212c904d..a5559ecbc00 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -438,7 +438,7 @@ class User < ActiveRecord::Base
end
def skip_confirmation=(bool)
- # skip_confirmation! if bool
+ skip_confirmation! if bool
end
def generate_reset_token