Files
rails/activerecord/lib/active_record
José Valim b67ec8ba20 class_attribute is not a direct replacement of class_inheritable_*.
If you are setting a hash or an array in class_attribute or you need
to freeze it, to ensure people won't modify it in place or you need
to dup it on inheritance.
2010-06-10 19:39:09 +02:00
..
2010-05-11 15:32:41 +01:00
2010-01-04 16:22:46 -06:00
2010-06-08 14:47:02 -04:00