diff options
author | Francesco RodrÃguez <lrodriguezsanc@gmail.com> | 2013-04-11 09:51:10 -0700 |
---|---|---|
committer | Francesco RodrÃguez <lrodriguezsanc@gmail.com> | 2013-04-11 09:51:10 -0700 |
commit | fd2fecc4aa627d872ef2955db739629726854bb3 (patch) | |
tree | 975de58bdf4f3cb16c890c98f7e907df7efecfb2 | |
parent | 1dd7bf4ea3490f49732fbc8296ca14090a2e71ee (diff) | |
parent | b3789fd86290ce008cd2cf5b7629a475506b07d6 (diff) | |
download | rails-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.md | 2 |
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 |