mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Fix force_ssl.rb documentation. Close tt tag.
[ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user