Skip to content

Commit

Permalink
Remove ActiveJob integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcristo committed Oct 9, 2023
1 parent 531b791 commit 872dc8b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 403 deletions.
3 changes: 1 addition & 2 deletions lib/que.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,4 @@ def pool
end

# Load Rails features as appropriate.
require_relative 'que/rails/railtie' if defined?(::Rails::Railtie)
require_relative 'que/active_job/extensions' if defined?(::ActiveJob)
require_relative 'que/rails/railtie' if defined?(::Rails::Railtie)
116 changes: 0 additions & 116 deletions lib/que/active_job/extensions.rb

This file was deleted.

79 changes: 0 additions & 79 deletions spec/que/active_job/extensions.job_extensions_spec.rb

This file was deleted.

Loading

0 comments on commit 872dc8b

Please sign in to comment.