Class: User

Inherits:
UserBase
  • Object
show all
Defined in:
lib/generators/strongmind/templates/user.rb

Class Method Summary collapse

Methods inherited from UserBase

#auth_token_cache, auth_token_cache=, #authenticatable_salt, #invalidate_all_sessions!

Class Method Details

.with_credentials(auth) ⇒ Object



3
4
5
6
# File 'lib/generators/strongmind/templates/user.rb', line 3

def self.with_credentials(auth)
  # Override this method to handle the lookup/creation of a user from an omniauth response
  super
end