update api docs for Models.config

config no longer takes a default value since 80699c58b4.
also, :streches was moved to DatabaseAuthenticatable.
This commit is contained in:
Dave Gynn 2015-08-21 00:49:46 -07:00
parent b12658782f
commit 068da8045b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module Devise
# Creates configuration values for Devise and for the given module.
#
# Devise::Models.config(Devise::Authenticatable, :stretches, 10)
# Devise::Models.config(Devise::DatabaseAuthenticatable, :stretches)
#
# The line above creates:
#