mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove incorrect comment
This method needs to be protected.
This commit is contained in:
parent
589adea81c
commit
26feaf9c3c
1 changed files with 0 additions and 2 deletions
|
@ -98,8 +98,6 @@ module ActiveRecord
|
|||
attributes == other.attributes
|
||||
end
|
||||
|
||||
# TODO Change this to private once we've dropped Ruby 2.2 support.
|
||||
# Workaround for Ruby 2.2 "private attribute?" warning.
|
||||
protected
|
||||
|
||||
attr_reader :attributes
|
||||
|
|
Loading…
Reference in a new issue