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



61
62
63
# File 'lib/devise_google_authenticatable/models/google_authenticatable.rb', line 61

def find_by_gauth_tmp(gauth_tmp)
  find(:first, :conditions => {:gauth_tmp => gauth_tmp})
end