mirror of https://github.com/rails/rails
Removing unnecessary require, solve 'circular require considered harmful' warning.
This commit is contained in:
parent
fd29b4e47f
commit
b2469283a7
|
@ -1,5 +1,3 @@
|
|||
require 'active_support/core_ext/module/delegation'
|
||||
|
||||
module ActiveSupport
|
||||
# Notifications provides an instrumentation API for Ruby. To instrument an
|
||||
# action in Ruby you just need to do:
|
||||
|
|
Loading…
Reference in New Issue