aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/README.md
diff options
context:
space:
mode:
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`