1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert cb3181e - no longer required.

This commit is contained in:
Mark J. Titorenko 2013-01-08 10:07:04 +00:00
parent fc66b6b004
commit 109a1b3358

View file

@ -21,8 +21,6 @@ module ActionDispatch
module Compatibility
def initialize(app, options = {})
options[:key] ||= '_session_id'
# FIXME Rack's secret is not being used
options[:secret] ||= SecureRandom.hex(30)
super
end