aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorBrice Stacey <bricestacey@gmail.com>2013-04-10 23:04:47 -0300
committerBrice Stacey <bricestacey@gmail.com>2013-04-10 23:04:47 -0300
commitb3789fd86290ce008cd2cf5b7629a475506b07d6 (patch)
tree975de58bdf4f3cb16c890c98f7e907df7efecfb2 /guides
parent1dd7bf4ea3490f49732fbc8296ca14090a2e71ee (diff)
downloadrails-b3789fd86290ce008cd2cf5b7629a475506b07d6.tar.gz
rails-b3789fd86290ce008cd2cf5b7629a475506b07d6.tar.bz2
rails-b3789fd86290ce008cd2cf5b7629a475506b07d6.zip
Unabbreviate AP to ActionPack
Diffstat (limited to 'guides')
-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