madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

Rails 5.1 style dirty tracking? #76

Open DavidMMelin opened 6 years ago

DavidMMelin commented 6 years ago

Is there a plan to update the dirty tracking to rails 5.1 style?

Ex. saved_changeto{attribute}? will_save_changeto{attribute}?

crismali commented 6 years ago

Right now there isn't an immediate plan, but PRs are more than welcome 👍