Skip to content

Commit

Permalink
Document the :host option for force_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Feb 23, 2012
1 parent 68a977e commit 5093915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_controller/metal/force_ssl.rb
Expand Up @@ -30,6 +30,7 @@ module ClassMethods
# end
#
# ==== Options
# * <tt>host</tt> - Redirect to a different host name
# * <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>if</tt> - A symbol naming an instance method or a proc; the callback
Expand Down

0 comments on commit 5093915

Please sign in to comment.