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:
parent
ed1c3bcb5d
commit
409e7e4fc5
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ module ActiveRecord
|
|||
attributes = LazyAttributeHash.new(types, values, additional_types)
|
||||
AttributeSet.new(attributes)
|
||||
end
|
||||
|
||||
private
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue