aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/class/attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add option to omit creating an instance reader method on class_attributeJames Miller2011-06-181-0/+6
* Class Attribute setter returns set valuePeter Wagenet2010-08-161-0/+5
* Fix class_attribute so that it works with singleton classes.Carl Lerche2010-04-011-0/+6
* class_attribute gets instance methods which delegate to but may override thei...Jeremy Kemper2010-03-081-10/+25
* Introduce class_attribute to declare inheritable class attributes. Writing an...Jeremy Kemper2010-02-011-0/+47