Paul Barnes-Hoggett
Paul Barnes-Hoggett
I'll take a look into this when I get a moment - just to make sure we are on the same page, in your sample above, `X` is an `ActiveRecord`...
Sorry - haven't had a chance to do you a minimal example to reproduce yet @reidmorrison, but yes @PascalSenn for working around it I just do: ``` def some_encrypted_date_field=(value) super(hash_to_date(value))...
ugh - sorry - my bad... So looked a little deeper into how we had implemented. The class [ActiveModel::Type::Helpers::AcceptsMultiparameterTime](http://www.rubydoc.info/gems/activemodel/5.0.0/ActiveModel/Type/Helpers/AcceptsMultiparameterTime) is where they implement the hash to date parsing using a...
We could really do with this! Thanks guys