originator 3.1
This gem extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes.
Gemfile:
=
install:
=
Runtime Dependencies (2):
actionpack
>= 4.0
activerecord
>= 4.0