Claudel Sylvain
Results
3
issues of
Claudel Sylvain
ActiveModel::Dirty#previous_changes (http://api.rubyonrails.org/classes/ActiveModel/Dirty.html#method-i-previous_changes) don't return attributes out of ar_typed_store field. Model : ```ruby class Product < ActiveRecord::Base typed_store :ar_typed_store do |s| s.string :attr_in_ar_typed_store end end ``` To reproduce that issue :...
Fix devise compatibility.