1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Merge pull request #2424 from emilsoman/doc-fix

Update doc to mention http_authenticable is false by default [ci skip]
This commit is contained in:
Vasiliy Ermolovich 2013-05-17 14:29:31 -07:00
commit 55e69b18a4

View file

@ -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.