- Timestamp:
- 12/05/07 21:52:25 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/lib/active_support/core_ext/module/aliasing.rb
r7195 r8312 51 51 # end 52 52 # 53 # class Email < ActiveRecord::Base53 # class Email < Content 54 54 # alias_attribute :subject, :title 55 55 # end