Skip to content

Commit

Permalink
update api docs for Models.config
Browse files Browse the repository at this point in the history
config no longer takes a default value since 80699c5.
also, :streches was moved to DatabaseAuthenticatable.
  • Loading branch information
dgynn committed Aug 21, 2015
1 parent b126587 commit 068da80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise/models.rb
Expand Up @@ -12,7 +12,7 @@ def message

# 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:
#
Expand Down

0 comments on commit 068da80

Please sign in to comment.