diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-27 00:12:39 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-06-27 00:12:39 +0530 |
commit | 732690589ed4f12d48bcc1b97f88768b968b8162 (patch) | |
tree | 876973657574f1d471e1d155742ab5149e922f6a /railties/guides | |
parent | 798aa881af53075ed6bbc73d19556b001af68ab7 (diff) | |
download | rails-732690589ed4f12d48bcc1b97f88768b968b8162.tar.gz rails-732690589ed4f12d48bcc1b97f88768b968b8162.tar.bz2 rails-732690589ed4f12d48bcc1b97f88768b968b8162.zip |
minor changes
Diffstat (limited to 'railties/guides')
-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 891bae3d5e..073e3bddcf 100644 --- a/railties/guides/source/action_controller_overview.textile +++ b/railties/guides/source/action_controller_overview.textile @@ -802,7 +802,7 @@ class DinnerController end </ruby> -Just like the filter, you could also passing +:only+ and +:except+ to enforce the secure connection only to specific actions +Just like the filter, you could also passing +:only+ and +:except+ to enforce the secure connection only to specific actions. <ruby> class DinnerController |