1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext/class
2010-11-20 19:40:29 +01:00
..
attribute_accessor_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
attribute_test.rb Class Attribute setter returns set value 2010-08-16 18:36:12 -07:00
class_inheritable_attributes_test.rb class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated. 2010-11-20 19:40:29 +01:00
delegating_attributes_test.rb