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

Add missing require

This commit is contained in:
Rafael Mendonça França 2012-06-19 17:04:07 -03:00
parent 9edeb32a1d
commit ceba010ea2

View file

@ -1,3 +1,5 @@
require 'securerandom'
module ActiveSupport
module Notifications
# Instrumentors are stored in a thread local.