Module: Devise::Models::GoogleAuthenticatable::ClassMethods

Defined in:
lib/devise_gauth/models/google_authenticatable.rb

Instance Method Summary collapse

Instance Method Details

#find_by_gauth_tmp(gauth_tmp) ⇒ Object



93
94
95
# File 'lib/devise_gauth/models/google_authenticatable.rb', line 93

def find_by_gauth_tmp(gauth_tmp)
  where(gauth_tmp: gauth_tmp).first
end