Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8423

Show
Ignore:
Timestamp:
12/16/07 23:55:22 (10 months ago)
Author:
david
Message:

Fix doc (closes #10526)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/session/cookie_store.rb

    r8400 r8423  
    3636# 
    3737# To generate a secret key for an existing application, run 
    38 # `rake generate:secret` and set the key in config/environment.rb 
     38# `rake secret` and set the key in config/environment.rb 
    3939# 
    4040# Note that changing digest or secret invalidates all existing sessions!