From 3785a5729959a838bb13f2d298a59e12e1844f74 Mon Sep 17 00:00:00 2001 From: Evgenii Pecherkin Date: Mon, 23 Oct 2017 17:29:28 +0400 Subject: Remove non-default serializers --- activejob/README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activejob/README.md') diff --git a/activejob/README.md b/activejob/README.md index 152f924525..56562d870b 100644 --- a/activejob/README.md +++ b/activejob/README.md @@ -57,10 +57,6 @@ That's it! ActiveJob supports the following types of arguments by default: - Standard types (`NilClass`, `String`, `Integer`, `Fixnum`, `Bignum`, `Float`, `BigDecimal`, `TrueClass`, `FalseClass`) - - `Symbol` (`:foo`, `:bar`, ...) - - `ActiveSupport::Duration` (`1.day`, `2.weeks`, ...) - - Classes constants (`ActiveRecord::Base`, `MySpecialService`, ...) - - Struct instances (`Struct.new('Rectangle', :width, :height).new(12, 20)`, ...) - `Hash`. Keys should be of `String` or `Symbol` type - `ActiveSupport::HashWithIndifferentAccess` - `Array` -- cgit v1.2.3