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

Removing unnecessary require, solve 'circular require considered harmful' warning.

This commit is contained in:
Jon Leighton 2011-08-15 14:06:42 +01:00 committed by Arun Agrawal
parent fd29b4e47f
commit b2469283a7

View file

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