ActiveJob support for Apartment
Add this line to your application's Gemfile:
gem 'apartment-activejob'
And then execute:
$ bundle
Or install it yourself as:
$ gem install apartment-activejob
Create a new initialization file active_job.rb in your project with the contents
class ActiveJob::Base
include Apartment::ActiveJob
end
You will need to restart your rails server for this to take effect.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)