aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorJosef Šimánek <retro@ballgag.cz>2014-01-06 15:28:35 +0100
committerJosef Šimánek <retro@ballgag.cz>2014-01-06 15:28:35 +0100
commitc13eb1c727fde0e6b2c682bbeae01b70a1f84155 (patch)
tree8468247f085341985cc39e50ecea40e183761a51 /actionpack/lib
parent3a429e6b5daf11cdeb811b8019f6e193d6e13513 (diff)
downloadrails-c13eb1c727fde0e6b2c682bbeae01b70a1f84155.tar.gz
rails-c13eb1c727fde0e6b2c682bbeae01b70a1f84155.tar.bz2
rails-c13eb1c727fde0e6b2c682bbeae01b70a1f84155.zip
Fix force_ssl.rb documentation. Close tt tag.
[ci skip]
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/metal/force_ssl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/force_ssl.rb b/actionpack/lib/action_controller/metal/force_ssl.rb
index 7a0ede02a2..1d0a69b8e6 100644
--- a/actionpack/lib/action_controller/metal/force_ssl.rb
+++ b/actionpack/lib/action_controller/metal/force_ssl.rb
@@ -22,7 +22,7 @@ module ActionController
#
# ==== Options
# * <tt>only</tt> - The callback should be run only for this action
- # * <tt>except<tt> - The callback should be run for all actions except this action
+ # * <tt>except</tt> - The callback should be run for all actions except this action
def force_ssl(options = {})
host = options.delete(:host)
before_filter(options) do