mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require securerandom as it is the proper dependency.
This commit is contained in:
parent
4a4927f753
commit
ddbb2cae31
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'digest/md5'
|
||||
require 'securerandom'
|
||||
|
||||
module ActionDispatch
|
||||
# Makes a unique request id available to the action_dispatch.request_id env variable (which is then accessible through
|
||||
|
|
Loading…
Reference in a new issue