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
1 changed files with 0 additions and 2 deletions

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: