From f7f70841b823a945f083735f72fcb18fe929b4db Mon Sep 17 00:00:00 2001 From: Ellis Berner Date: Sun, 12 Aug 2012 11:26:56 -0700 Subject: Missing closing tag --- actionpack/lib/action_controller/metal/force_ssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/metal/force_ssl.rb b/actionpack/lib/action_controller/metal/force_ssl.rb index 77d799a38a..e905a3cf1d 100644 --- a/actionpack/lib/action_controller/metal/force_ssl.rb +++ b/actionpack/lib/action_controller/metal/force_ssl.rb @@ -32,7 +32,7 @@ module ActionController # ==== Options # * host - Redirect to a different host name # * 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 # * if - A symbol naming an instance method or a proc; the callback # will be called only when it returns a true value. # * unless - A symbol naming an instance method or a proc; the callback -- cgit v1.2.3