public
Description:
Homepage: http://svn.viney.net.nz/things/rails/plugins/active_record_defaults/
Clone URL: git://github.com/aussiegeek/active_record_defaults.git
100644 14 lines (7 sloc) 0.368 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[20 Sep 07]
 
* Remove ability to set defaults with defaults instance method. Too easy to override values from parameters.
 
[25 Jul 07]
 
* Using a symbol as a default value will cause the return value of the method with that name to be the default.
 
* Documentation updates.
 
[24 Nov 06]
 
* Make plugin work with composed_of [Problem reported by Dan Kubb]