1
0
Fork 0
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:
José Valim 2011-10-19 22:15:25 +03:00
parent 4a4927f753
commit ddbb2cae31

View file

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