rails/activejob/lib
Will Jessop 7606002f13 Move singleton require.
ActiveSupport::Deprecation used to `include Singleton` which is why the require is here, but it was removed in 9812641891f1c9ba4c3f8ffb8549ec26fc2668c4 (June 5 2023). Leaving the require seems to have been an oversight.

However, module ActiveJob::Serializers::ObjectSerializer does require Singleton and was relying on AS:Deprecation to require it. This PR just moves the require to the place it's actually used.
2023-12-30 12:02:01 +00:00
..
active_job Move singleton require. 2023-12-30 12:02:01 +00:00
rails/generators/job s/the the /the / 2022-12-29 03:56:13 +09:00
active_job.rb Remove deprecated primitive serializer for BigDecimal arguments 2023-11-22 22:13:03 +00:00