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:
parent
9edeb32a1d
commit
ceba010ea2
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'securerandom'
|
||||
|
||||
module ActiveSupport
|
||||
module Notifications
|
||||
# Instrumentors are stored in a thread local.
|
||||
|
|
Loading…
Reference in a new issue