public
Description: Adds an Active Record validation, ‘validates_constancy_of’, that prevents changes to “constant” attributes after an object is created.
Homepage: http://constancy.rubyforge.org/
Clone URL: git://github.com/njonsson/validates-constancy-rails-plugin.git
Click here to lend your support to: validates-constancy-rails-plugin and make a donation at www.pledgie.com !
100644 11 lines (6 sloc) 0.21 kb
1
2
3
4
5
6
7
8
9
10
11
*SVN*
 
*1.0.1*
 
* Fix bug #14521 addressing subclasses of a constancy-validated model that do
  not themselves have constancy validations
 
*1.0*
 
* First public release. Compatible with Rails v1.2.3 and v1.2.2