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

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#find_by_gauth_tmp(gauth_tmp) ⇒ Object



89
90
91
# File 'lib/devise_google_authenticatable/models/google_authenticatable.rb', line 89

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