neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.4k stars 276 forks source link

Allow specify column(s) to touch #1603

Closed JacobGalati closed 1 year ago

JacobGalati commented 4 years ago

Fixes #

This pull introduces/changes:

JacobGalati commented 4 years ago

ActiveRecord's touch does not trigger update callbacks, but ActiveGraph does. I was considering changing that as well, but that would introduce backwards compatibility issues.

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit a4844a2c and detected 0 issues on this pull request.

View more on Code Climate.