aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/README.md
diff options
context:
space:
mode:
authorEvgenii Pecherkin <e.pecherkin@gmail.com>2017-10-23 17:29:28 +0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-02-14 13:10:07 -0500
commit3785a5729959a838bb13f2d298a59e12e1844f74 (patch)
tree6f2e5d536e79a00a7650cbdcf2afe42ca2bd3389 /activejob/README.md
parente360ac12315ed6b9eadca5bcc0d95dc766ba8523 (diff)
downloadrails-3785a5729959a838bb13f2d298a59e12e1844f74.tar.gz
rails-3785a5729959a838bb13f2d298a59e12e1844f74.tar.bz2
rails-3785a5729959a838bb13f2d298a59e12e1844f74.zip
Remove non-default serializers
Diffstat (limited to 'activejob/README.md')
-rw-r--r--activejob/README.md4
1 files changed, 0 insertions, 4 deletions
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`