From c13eb1c727fde0e6b2c682bbeae01b70a1f84155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Mon, 6 Jan 2014 15:28:35 +0100 Subject: [PATCH] Fix force_ssl.rb documentation. Close tt tag. [ci skip] --- actionpack/lib/action_controller/metal/force_ssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_controller/metal/force_ssl.rb b/actionpack/lib/action_controller/metal/force_ssl.rb index 7a0ede02a207c..1d0a69b8e6b9b 100644 --- a/actionpack/lib/action_controller/metal/force_ssl.rb +++ b/actionpack/lib/action_controller/metal/force_ssl.rb @@ -22,7 +22,7 @@ module ClassMethods # # ==== Options # * only - The callback should be run only for this action - # * except - The callback should be run for all actions except this action + # * except - The callback should be run for all actions except this action def force_ssl(options = {}) host = options.delete(:host) before_filter(options) do