aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-10-27 09:45:20 +0200
committerXavier Noria <fxn@hashref.com>2016-10-27 09:45:20 +0200
commit7506f3390683fd1329e60385515c3c55b39ff1d5 (patch)
treedb909a13f597e47bbc1678a5afc7a42c7207e03b /activejob/lib
parent1aa9d3903d16e623837bf8ff7deefc865fc24502 (diff)
downloadrails-7506f3390683fd1329e60385515c3c55b39ff1d5.tar.gz
rails-7506f3390683fd1329e60385515c3c55b39ff1d5.tar.bz2
rails-7506f3390683fd1329e60385515c3c55b39ff1d5.zip
removes requires already present in active_support/rails
Diffstat (limited to 'activejob/lib')
-rw-r--r--activejob/lib/active_job/queue_adapter.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapter.rb b/activejob/lib/active_job/queue_adapter.rb
index 2e9f1e61be..bcc555d33e 100644
--- a/activejob/lib/active_job/queue_adapter.rb
+++ b/activejob/lib/active_job/queue_adapter.rb
@@ -1,5 +1,4 @@
require "active_job/queue_adapters/inline_adapter"
-require "active_support/core_ext/class/attribute"
require "active_support/core_ext/string/inflections"
module ActiveJob