1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove pointless private

This class no longer has any private methods
This commit is contained in:
Sean Griffin 2014-11-17 05:59:06 -08:00
parent ed1c3bcb5d
commit 409e7e4fc5

View file

@ -16,8 +16,6 @@ module ActiveRecord
attributes = LazyAttributeHash.new(types, values, additional_types)
AttributeSet.new(attributes)
end
private
end
end