Commit b3a759e
Support ActiveSupport::TimeWithZone in serialize_for_binding
TimeWithZone does not inherit from Time or DateTime, so it was not
being serialized to ISO8601. Use acts_like?(:time) duck-typing to
handle all time-like objects from Rails.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent cafe88e commit b3a759e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments