validates_constancy 1.0.1
This RubyGem allows you to prevent particular database fields from being changed after an Active Record object is created. A validation error occurs on updates if an attribute of a model object is different from its value in the database.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
~> 1.15.2