We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633e3d6 commit 0f71064Copy full SHA for 0f71064
README.markdown
@@ -177,6 +177,10 @@ pull from the DB or cache.
177
If your jobs were run against marshaled objects, they could
178
potentially be operating on a stale record with out-of-date information.
179
180
+Note that if you queue a job with a hash as an argument the hash
181
+will have its keys stringified when decoded. If you use ActiveSupport
182
+you can call `symbolize_keys!` on the hash to symbolize the keys again
183
+or you can access the values using strings as keys.
184
185
### send_later / async
186
0 commit comments