mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add restart notice where missing
This commit is contained in:
parent
6e66e7d646
commit
668872efd8
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
# These settings change the behavior of Rails 2 apps and will be defaults
|
||||
# for Rails 3. You can remove this initializer when Rails 3 is released.
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
# Your secret key for verifying cookie session data integrity.
|
||||
# If you change this key, all old sessions will become invalid!
|
||||
# Make sure the secret is at least 30 characters and all random,
|
||||
|
|
Loading…
Reference in a new issue