diff options
author | Arel English <arelenglish@gmail.com> | 2014-01-20 00:37:48 -0500 |
---|---|---|
committer | Arel English <arelenglish@gmail.com> | 2014-01-20 00:37:48 -0500 |
commit | 7f255245bd7c6de1037454e4e344175a4239aca5 (patch) | |
tree | 7db680b37e84affea8723ff752d9672f9b22e509 /guides | |
parent | 27f1fd093ae658b494019669be5269561e386f5c (diff) | |
download | rails-7f255245bd7c6de1037454e4e344175a4239aca5.tar.gz rails-7f255245bd7c6de1037454e4e344175a4239aca5.tar.bz2 rails-7f255245bd7c6de1037454e4e344175a4239aca5.zip |
Fix a typo that says you application [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 76c7f65dda..2055452935 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -148,7 +148,7 @@ part of the rewrite, the following features have been removed from the encoder: 2. Support for the `encode_json` hook 3. Option to encode `BigDecimal` objects as numbers instead of strings -If you application depends on one of these features, you can get them back by +If your application depends on one of these features, you can get them back by adding the [`activesupport-json_encoder`](https://github.com/rails/activesupport-json_encoder) gem to your Gemfile. |