lib/backgrounded.rb in backgrounded-2.0.0.pre2 vs lib/backgrounded.rb in backgrounded-2.0.0.rc1
- old
+ new
@@ -1,8 +1,7 @@
require 'active_support/all'
require File.join(File.dirname(__FILE__), 'backgrounded', 'handler', 'inprocess_handler')
-require File.join(File.dirname(__FILE__), 'backgrounded', 'proxy')
require File.join(File.dirname(__FILE__), 'backgrounded', 'concern')
require File.join(File.dirname(__FILE__), 'backgrounded', 'active_record_extension')
module Backgrounded
class << self