method

use_big_decimal_serializer=

rails latest stable - Class: ActiveJob

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

use_big_decimal_serializer=(value)
public

No documentation available.

# File activejob/lib/active_job.rb, line 58
  def self.use_big_decimal_serializer=(value)
    ActiveJob.deprecator.warn       Rails.application.config.active_job.use_big_decimal_serializer is deprecated and will be removed in Rails 8.0..squish
  end