Skip to content

Commit

Permalink
Merge pull request #14568 from alex88/patch-1
Browse files Browse the repository at this point in the history
Fixed upgrade guide typo
  • Loading branch information
rafaelfranca committed Apr 2, 2014
2 parents c82483a + 8ae3f24 commit 3bcc51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ the signed and encrypted cookie jars. If you want to use the new `JSON`-based fo
in your application, you can add an initializer file with the following content:

```ruby
Rails.application.config.cookies_serializer :hybrid
Rails.application.config.cookies_serializer = :hybrid
```

This would transparently migrate your existing `Marshal`-serialized cookies into the
Expand Down

0 comments on commit 3bcc51a

Please sign in to comment.