class method
self.unknown
Ruby on Rails 7.1.6
Since v7.1.6 Last seen in v7.1.6If false, Rails will preserve the legacy serialization of BigDecimal job arguments as Strings. If true, Rails will use the new BigDecimalSerializer to (de)serialize BigDecimal losslessly. Legacy serialization will be removed in Rails 7.2, along with this config.
Source
# File activejob/lib/active_job.rb, line 56
singleton_class.attr_accessor :use_big_decimal_serializer
Defined in activejob/lib/active_job.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob