userstamper 4.1.0
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 (1):
rails
>= 6
Development Dependencies (10):
coveralls
>= 0
pry
>= 0
rake
>= 0
rdoc
>= 0
rspec
>= 0
rspec-instafail
>= 0
rspec-rails
>= 3.3
simplecov
>= 0
sqlite3
>= 0