From 38f7ebabb9eb365cc176ad1dc329562c1414ff07 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Tue, 26 Jun 2012 12:13:58 +0900 Subject: :update_details method no more exists on @lookup_context the method has gone in this commit: 119e9e2dafb0cdc5b85613b730333679aef534af --- actionpack/lib/action_view/renderer/abstract_renderer.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/renderer/abstract_renderer.rb b/actionpack/lib/action_view/renderer/abstract_renderer.rb index 72616b7463..e3d8e9d508 100644 --- a/actionpack/lib/action_view/renderer/abstract_renderer.rb +++ b/actionpack/lib/action_view/renderer/abstract_renderer.rb @@ -1,7 +1,6 @@ module ActionView class AbstractRenderer #:nodoc: - delegate :find_template, :template_exists?, :with_fallbacks, :update_details, - :with_layout_format, :formats, :to => :@lookup_context + delegate :find_template, :template_exists?, :with_fallbacks, :with_layout_format, :formats, :to => :@lookup_context def initialize(lookup_context) @lookup_context = lookup_context -- cgit v1.2.3