From 5093915aaea497f6da32243bb22839cad7d20a8e Mon Sep 17 00:00:00 2001 From: Andrew White Date: Thu, 23 Feb 2012 13:34:44 +0000 Subject: Document the :host option for force_ssl --- actionpack/lib/action_controller/metal/force_ssl.rb | 1 + 1 file changed, 1 insertion(+) (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 6feec9262c..a1e40fc4e0 100644 --- a/actionpack/lib/action_controller/metal/force_ssl.rb +++ b/actionpack/lib/action_controller/metal/force_ssl.rb @@ -30,6 +30,7 @@ module ActionController # end # # ==== 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 # * if - A symbol naming an instance method or a proc; the callback -- cgit v1.2.3