max_cookie_crypt_login_attempts?()click to toggle source
# File lib/cookie_crypt/models/cookie_cryptable.rb, line 15defmax_cookie_crypt_login_attempts?cookie_crypt_attempts_count>=self.class.max_cookie_crypt_login_attemptsend
need_cookie_crypt_auth?(request)click to toggle source
# File lib/cookie_crypt/models/cookie_cryptable.rb, line 11defneed_cookie_crypt_auth?(request)
trueend