1
0
Fork 0
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:
Sean Griffin 2017-07-18 10:13:56 -04:00
parent 589adea81c
commit 26feaf9c3c

View file

@ -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