diff options
author | Tejas Dinkar <tejas@gja.in> | 2013-12-02 09:24:47 +0530 |
---|---|---|
committer | Tejas Dinkar <tejas@gja.in> | 2013-12-02 09:24:47 +0530 |
commit | 223ff7949e2ee453329bb1efee64e92b77480cdf (patch) | |
tree | bf8691fe2a970488af812501dcafd3ba792ea60e /actionpack | |
parent | 0a3623938df0fc34aa849fced9da3bfbeb1492be (diff) | |
download | rails-223ff7949e2ee453329bb1efee64e92b77480cdf.tar.gz rails-223ff7949e2ee453329bb1efee64e92b77480cdf.tar.bz2 rails-223ff7949e2ee453329bb1efee64e92b77480cdf.zip |
[ci skip] Removing some gender sensitive object pronouns
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/session/cookie_store.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb index b9eb8036e9..11b42ee5be 100644 --- a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb +++ b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb @@ -15,8 +15,8 @@ module ActionDispatch # best possible option given your application's configuration. # # If you only have secret_token set, your cookies will be signed, but - # not encrypted. This means a user cannot alter his +user_id+ without - # knowing your app's secret key, but can easily read his +user_id+. This + # not encrypted. This means a user cannot alter their +user_id+ without + # knowing your app's secret key, but can easily read their +user_id+. This # was the default for Rails 3 apps. # # If you have secret_key_base set, your cookies will be encrypted. This |