activerecord-userstamp 3.0.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:
=
安装:
=
Runtime 依赖 (2):
activerecord
~> 4.2
activesupport
~> 4.2
Development 依赖 (9):
actionview
~> 4.2
coveralls
>= 0
rake
>= 0
rdoc
>= 0
rspec-rails
~> 3.3
simplecov
>= 0
sqlite3
>= 0
tzinfo-data
>= 0