aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-08-08 12:26:58 -0300
committerYehuda Katz <wycats@gmail.com>2009-08-08 12:44:26 -0300
commitd0301e13f4d6e2ddf956ecf80e85384c1ea5346c (patch)
tree3123d73744b834834579bf1996e0c286952c110c /actionpack/lib/action_controller/metal
parenta8645593a4446a89b2e699e153adca968340581a (diff)
downloadrails-d0301e13f4d6e2ddf956ecf80e85384c1ea5346c.tar.gz
rails-d0301e13f4d6e2ddf956ecf80e85384c1ea5346c.tar.bz2
rails-d0301e13f4d6e2ddf956ecf80e85384c1ea5346c.zip
First pass at making partial rendering an Object. More cleanup to come.
Diffstat (limited to 'actionpack/lib/action_controller/metal')
-rw-r--r--actionpack/lib/action_controller/metal/rendering_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_controller/metal/rendering_controller.rb b/actionpack/lib/action_controller/metal/rendering_controller.rb
index c8922290f3..5b1be763ad 100644
--- a/actionpack/lib/action_controller/metal/rendering_controller.rb
+++ b/actionpack/lib/action_controller/metal/rendering_controller.rb
@@ -53,9 +53,6 @@ module ActionController
super
end
- def _render_partial(partial, options)
- end
-
def _process_options(options)
status, content_type, location = options.values_at(:status, :content_type, :location)
self.status = status if status