From 020341176cbf86853757d8f89a0c51633e0d4570 Mon Sep 17 00:00:00 2001 From: Emil Soman Date: Sat, 18 May 2013 01:50:06 +0530 Subject: [PATCH] Update doc to mention http_authenticable is false by default --- lib/devise/models/authenticatable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/devise/models/authenticatable.rb b/lib/devise/models/authenticatable.rb index e0a5ad5d..00c12fc2 100644 --- a/lib/devise/models/authenticatable.rb +++ b/lib/devise/models/authenticatable.rb @@ -21,7 +21,7 @@ module Devise # as key on authentication. This can also be a hash where the value is a boolean specifying # if the value is required or not. # - # * +http_authenticatable+: if this model allows http authentication. By default true. + # * +http_authenticatable+: if this model allows http authentication. By default false. # It also accepts an array specifying the strategies that should allow http. # # * +params_authenticatable+: if this model allows authentication through request params. By default true.