diff options
author | PoTe <poteland@gmail.com> | 2011-10-13 22:31:32 -0200 |
---|---|---|
committer | PoTe <poteland@gmail.com> | 2011-10-13 22:31:32 -0200 |
commit | dadfa1e34f3ffbc2de98eae88b9715c41f4a1b66 (patch) | |
tree | beac8b8f105ee2f99b549e60383b3696e77d0cf6 /railties | |
parent | b7cccae71e4c42415f8c0dab7b083ed7db54c0c1 (diff) | |
download | rails-dadfa1e34f3ffbc2de98eae88b9715c41f4a1b66.tar.gz rails-dadfa1e34f3ffbc2de98eae88b9715c41f4a1b66.tar.bz2 rails-dadfa1e34f3ffbc2de98eae88b9715c41f4a1b66.zip |
security reasonS should be plural
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/action_controller_overview.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_controller_overview.textile b/railties/guides/source/action_controller_overview.textile index d8d66302fe..5019d49686 100644 --- a/railties/guides/source/action_controller_overview.textile +++ b/railties/guides/source/action_controller_overview.textile @@ -796,7 +796,7 @@ NOTE: Certain exceptions are only rescuable from the +ApplicationController+ cla h3. Force HTTPS protocol -Sometime you might want to force a particular controller to only be accessible via an HTTPS protocol for security reason. Since Rails 3.1 you can now use +force_ssl+ method in your controller to enforce that: +Sometime you might want to force a particular controller to only be accessible via an HTTPS protocol for security reasons. Since Rails 3.1 you can now use +force_ssl+ method in your controller to enforce that: <ruby> class DinnerController |