Module: Pubcookie::UserExtensions::InstanceMethods

Defined in:
lib/pubcookie/user_extensions.rb

Instance Method Summary collapse

Instance Method Details

#set_fake_password!Object



12
13
14
15
16
# File 'lib/pubcookie/user_extensions.rb', line 12

def set_fake_password!
  fake_password              = self.class.make_token
  self.password              = fake_password
  self.password_confirmation = fake_password
end