diff options
author | Xavier Noria <fxn@hashref.com> | 2013-02-25 21:31:54 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-02-25 21:31:54 +0100 |
commit | 25f90a41400631310a05c29a3f6cd98c505a54a5 (patch) | |
tree | bdc0f24b03827a41e5911ade02cc6d1be15ae2c3 | |
parent | 3d303f5af8af66c58ca9d7aa5cc4e7ad143aacdd (diff) | |
download | rails-25f90a41400631310a05c29a3f6cd98c505a54a5.tar.gz rails-25f90a41400631310a05c29a3f6cd98c505a54a5.tar.bz2 rails-25f90a41400631310a05c29a3f6cd98c505a54a5.zip |
typo
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ee7805c4ba..a135b3c91f 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1257,7 +1257,7 @@ * `:include` becomes `:includes`. The code to implement the deprecated features has been moved out to the - `activerecord-deprecated_finders` gem. This gem is a dependencyof Active + `activerecord-deprecated_finders` gem. This gem is a dependency of Active Record in Rails 4.0, so the interface works out of the box. It will no longer be a dependency from Rails 4.1 (you'll need to add it to the `Gemfile` in 4.1), and will be maintained until Rails 5.0. |