Skip to content

Commit

Permalink
Enable ActiveJob for turbo-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Nov 28, 2023
1 parent 2f21931 commit c1db83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "rails"
# Pick the frameworks you want:
require "active_model/railtie"
# require 'active_job/railtie'
require 'active_job/railtie'
require "active_record/railtie"
require "action_controller/railtie"
# require "action_mailer/railtie"
Expand Down

0 comments on commit c1db83d

Please sign in to comment.