mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Fix incorrect superclass in documentation for alias_attribute. Closes #7171 [tzaharia]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8312 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -50,7 +50,7 @@ class Module
|
||||
# # has a title attribute
|
||||
# end
|
||||
#
|
||||
# class Email < ActiveRecord::Base
|
||||
# class Email < Content
|
||||
# alias_attribute :subject, :title
|
||||
# end
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user