Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/core_ext/class.rb

Revision 8056, 233 bytes (checked in by nzkoz, 1 year ago)

Add new superclass_delegating_accessors. Similar to class inheritable attributes but with subtly different semantics. [Koz, tarmo]

Line 
1 require 'active_support/core_ext/class/attribute_accessors'
2 require 'active_support/core_ext/class/inheritable_attributes'
3 require 'active_support/core_ext/class/removal'
4 require 'active_support/core_ext/class/delegating_attributes'
Note: See TracBrowser for help on using the browser.