mirror of https://github.com/rails/rails
Merge pull request #20654 from repinel/remove-duplicate-private
Remove duplicate private statement
This commit is contained in:
commit
0fccf646e1
|
@ -348,8 +348,6 @@ module ActionView
|
|||
content
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
# Sets up instance variables needed for rendering a partial. This method
|
||||
# finds the options and details and extracts them. The method also contains
|
||||
# logic that handles the type of object passed in as the partial.
|
||||
|
|
Loading…
Reference in New Issue