aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRoque Pinel <repinel@gmail.com>2015-06-21 13:51:59 -0400
committerRoque Pinel <repinel@gmail.com>2015-06-21 13:51:59 -0400
commitfe08c816d07ec5081366630e33c18caa327e4080 (patch)
tree37441b70b19c7560f79f54cb4916bca73baed86e /actionview
parent29959eb59da3cedee71d29fe84e82cfa71ad4cf3 (diff)
downloadrails-fe08c816d07ec5081366630e33c18caa327e4080.tar.gz
rails-fe08c816d07ec5081366630e33c18caa327e4080.tar.bz2
rails-fe08c816d07ec5081366630e33c18caa327e4080.zip
Remove duplicate private statement
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/renderer/partial_renderer.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionview/lib/action_view/renderer/partial_renderer.rb b/actionview/lib/action_view/renderer/partial_renderer.rb
index b751bca31e..780fdabbd1 100644
--- a/actionview/lib/action_view/renderer/partial_renderer.rb
+++ b/actionview/lib/action_view/renderer/partial_renderer.rb
@@ -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.