aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Rodríguez <lrodriguezsanc@gmail.com>2013-04-11 09:51:10 -0700
committerFrancesco Rodríguez <lrodriguezsanc@gmail.com>2013-04-11 09:51:10 -0700
commitfd2fecc4aa627d872ef2955db739629726854bb3 (patch)
tree975de58bdf4f3cb16c890c98f7e907df7efecfb2
parent1dd7bf4ea3490f49732fbc8296ca14090a2e71ee (diff)
parentb3789fd86290ce008cd2cf5b7629a475506b07d6 (diff)
downloadrails-fd2fecc4aa627d872ef2955db739629726854bb3.tar.gz
rails-fd2fecc4aa627d872ef2955db739629726854bb3.tar.bz2
rails-fd2fecc4aa627d872ef2955db739629726854bb3.zip
Merge pull request #136 from bricestacey/master
Unabbreviate AP to ActionPack [ci skip]
-rw-r--r--guides/source/4_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index 37afb25181..2793d9025f 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -113,7 +113,7 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/activ
* Add `ActiveModel::ForbiddenAttributesProtection`, a simple module to protect attributes from mass assignment when non-permitted attributes are passed.
-* Added `ActiveModel::Model`, a mixin to make Ruby objects work with AP out of box.
+* Added `ActiveModel::Model`, a mixin to make Ruby objects work with ActionPack out of box.
### Deprecations