Merge pull request #20654 from repinel/remove-duplicate-private

Remove duplicate private statement
This commit is contained in:
Richard Schneeman 2015-06-21 21:26:03 -05:00
commit 0fccf646e1
1 changed files with 0 additions and 2 deletions

View File

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