aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-03-06 17:57:12 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2012-03-06 17:57:12 -0200
commitbc5ac778c0ba250a43d14f09b97e5a99eff8e03b (patch)
treef9ca3b92ec240779dc3d9b53390091f94f20df9d /railties
parentb90d24b00e88257e10be30a8831b13d6a7de27d5 (diff)
downloadrails-bc5ac778c0ba250a43d14f09b97e5a99eff8e03b.tar.gz
rails-bc5ac778c0ba250a43d14f09b97e5a99eff8e03b.tar.bz2
rails-bc5ac778c0ba250a43d14f09b97e5a99eff8e03b.zip
Remove unused ActionController::SessionManagement
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/api_app.textile1
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/guides/source/api_app.textile b/railties/guides/source/api_app.textile
index d51fcb2d58..f2d00c5768 100644
--- a/railties/guides/source/api_app.textile
+++ b/railties/guides/source/api_app.textile
@@ -270,7 +270,6 @@ Some common modules you might want to add:
* +ActionController::Rendering+: Support for templating and +ActionView+.
* +AbstractController::Layouts+: Support for layouts when rendering.
* +ActionController::Renderers::XML+: Support for +render :xml+.
-* +ActionController::SessionManagement+: Support for +session+. This requires a session middleware.
* +ActionController::Cookies+: Support for +cookies+, which includes support for signed and encrypted cookies. This requires the cookie middleware.
* +ActionController::Rescue+: Support for +rescue_from+.