aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-21 16:42:28 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2012-03-21 16:42:28 -0700
commitb6c128d6d07e806ae9d4d4f41c448c9cb3fbd14f (patch)
treebb5ab2656377d8227e7172190928e49b40b7099d /activesupport
parentc7847f14fde3263fc06e0bad8448949848163d0d (diff)
downloadrails-b6c128d6d07e806ae9d4d4f41c448c9cb3fbd14f.tar.gz
rails-b6c128d6d07e806ae9d4d4f41c448c9cb3fbd14f.tar.bz2
rails-b6c128d6d07e806ae9d4d4f41c448c9cb3fbd14f.zip
remove duplicate requires. thanks @atambo
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/notifications.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb
index 9293cc05d2..8cf7bdafda 100644
--- a/activesupport/lib/active_support/notifications.rb
+++ b/activesupport/lib/active_support/notifications.rb
@@ -1,5 +1,4 @@
require 'active_support/notifications/instrumenter'
-require 'active_support/notifications/instrumenter'
require 'active_support/notifications/fanout'
module ActiveSupport