You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are looking to upgrade from the original userstamp gem, which was followed by activerecord-userstamp, which didnt work well in 5.1. The problem is all our attributes are called creator_id and updator_id. Instead of setting them on a model by model basis, can we set them in some kind of config for originator?
The text was updated successfully, but these errors were encountered:
I actually found that it works with creator_id and updator_id out of the
box. Something about a compatibility mode needing to be true IF we want to
use created_by and updated_by INSTEAD, so I think Im good. Not sure.
We are looking to upgrade from the original userstamp gem, which was followed by activerecord-userstamp, which didnt work well in 5.1. The problem is all our attributes are called
creator_id
andupdator_id
. Instead of setting them on a model by model basis, can we set them in some kind of config for originator?The text was updated successfully, but these errors were encountered: