Fix force_ssl.rb documentation. Close tt tag.

[ci skip]
This commit is contained in:
Josef Šimánek
2014-01-06 15:28:35 +01:00
parent 3a429e6b5d
commit c13eb1c727

View File

@@ -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