diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-06 17:57:12 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-03-06 17:57:12 -0200 |
commit | bc5ac778c0ba250a43d14f09b97e5a99eff8e03b (patch) | |
tree | f9ca3b92ec240779dc3d9b53390091f94f20df9d /railties | |
parent | b90d24b00e88257e10be30a8831b13d6a7de27d5 (diff) | |
download | rails-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.textile | 1 |
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+. |