I have a Rails 3.2.9 app on Heroku.
For some odd reason in one of my tables whenever I push a new code version to Heroku the database lines are all updated at the same time, which I know from using Adminium to look at the Postgres database's "updated_at" columns.
What could be causing this?
What part of a Rails app could be doing this? Where should I look to debug this?