madeintandem / jsonb_accessor

Adds typed jsonb backed fields to your ActiveRecord models.
MIT License
1.11k stars 93 forks source link

Fix errors when loading array of datetime #169

Closed bekicot closed 1 year ago

bekicot commented 1 year ago

When we are upgrading to rails 7.0.8 from rails 6.0. Somehow it breaks:

jsonb_attributes dates: [:datetime, array: true]
haffla commented 1 year ago

Thanks @bekicot

haffla commented 1 year ago

Thanks for contributing @bekicot. This was just released in version 1.4.

bekicot commented 1 year ago

Thank you too @haffla . That was quick.