Ticket #7171: alias_attribute_doc_fix.diff
| File alias_attribute_doc_fix.diff, 491 bytes (added by tzaharia, 2 years ago) |
|---|
-
activesupport/lib/active_support/core_ext/module/aliasing.rb
old new 38 38 # # has a title attribute 39 39 # end 40 40 # 41 # class Email < ActiveRecord::Base41 # class Email < Content 42 42 # alias_attribute :subject, :title 43 43 # end 44 44 #