Skip to content

Commit

Permalink
Changes cookie_key doc to reflect the previous change.
Browse files Browse the repository at this point in the history
  • Loading branch information
slainer68 authored and binarylogic committed Nov 12, 2009
1 parent 34240ff commit 7b66633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authlogic/session/cookies.rb
Expand Up @@ -23,7 +23,7 @@ module Config
# session = UserSession.new(:super_high_secret)
# session.cookie_key => "super_high_secret_user_credentials"
#
# * <tt>Default:</tt> "#{klass_name.underscore}_credentials"
# * <tt>Default:</tt> "#{guessed_klass_name.underscore}_credentials"
# * <tt>Accepts:</tt> String
def cookie_key(value = nil)
rw_config(:cookie_key, value, "#{guessed_klass_name.underscore}_credentials")
Expand Down

0 comments on commit 7b66633

Please sign in to comment.