Merge pull request #25126 from bquorning/this-is-not-an-alias

[] and read_attribute are not aliases [ci skip]
This commit is contained in:
Vipul A M 2016-05-24 05:12:23 -07:00
commit 6a2b2058e5
1 changed files with 0 additions and 2 deletions

View File

@ -334,8 +334,6 @@ module ActiveRecord
#
# Note: +:id+ is always present.
#
# Alias for the #read_attribute method.
#
# class Person < ActiveRecord::Base
# belongs_to :organization
# end