From 5c53ffe1dbb3ece45ed58ed5b005e9c104f61842 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 22 Jan 2010 16:46:45 +0100 Subject: Add missing require for Object#try [#3771 state:resolved] Signed-off-by: Pratik Naik --- actionpack/lib/action_view/render/rendering.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actionpack/lib/action_view/render/rendering.rb b/actionpack/lib/action_view/render/rendering.rb index ec278ca783..7c33f1334a 100644 --- a/actionpack/lib/action_view/render/rendering.rb +++ b/actionpack/lib/action_view/render/rendering.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/object/try' + module ActionView module Rendering # Returns the result of a render that's dictated by the options hash. The primary options are: -- cgit v1.2.3