diff options
| author | vs4vijay <vs4vijay@gmail.com> | 2016-02-15 16:33:11 +0530 |
|---|---|---|
| committer | vs4vijay <vs4vijay@gmail.com> | 2016-02-15 16:33:11 +0530 |
| commit | 595c798c1763d7d2ee6939c5cf196ac31aef33da (patch) | |
| tree | 2a32bbfc2ab57f7a800923161e84583639427404 /actionpack/lib/action_dispatch/middleware/session | |
| parent | 4feb34ddf291ac4985ea2403a0879b5839047074 (diff) | |
| download | rails-595c798c1763d7d2ee6939c5cf196ac31aef33da.tar.gz rails-595c798c1763d7d2ee6939c5cf196ac31aef33da.tar.bz2 rails-595c798c1763d7d2ee6939c5cf196ac31aef33da.zip | |
Corrected secret_key_base
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/session')
| -rw-r--r-- | actionpack/lib/action_dispatch/middleware/session/cookie_store.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb index 429a98f236..dec9c60ef2 100644 --- a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb +++ b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb @@ -23,7 +23,7 @@ module ActionDispatch # goes a step further than signed cookies in that encrypted cookies cannot # be altered or read by users. This is the default starting in Rails 4. # - # If you have both secret_token and secret_key base set, your cookies will + # If you have both secret_token and secret_key_base set, your cookies will # be encrypted, and signed cookies generated by Rails 3 will be # transparently read and encrypted to provide a smooth upgrade path. # |
