mirror of https://github.com/rails/rails
Merge pull request #25126 from bquorning/this-is-not-an-alias
[] and read_attribute are not aliases [ci skip]
This commit is contained in:
commit
6a2b2058e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue