From 4c7c4061558bb8781da0d54159e3cebcb0a8c07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 26 Mar 2010 01:12:24 +0100 Subject: Remove reference to unexistent methods and fix typo. --- actionpack/lib/action_view/lookup_context.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/lookup_context.rb b/actionpack/lib/action_view/lookup_context.rb index cf28772f12..10f1911e31 100644 --- a/actionpack/lib/action_view/lookup_context.rb +++ b/actionpack/lib/action_view/lookup_context.rb @@ -112,7 +112,7 @@ module ActionView end def default_handlers #:nodoc: - @detault_handlers ||= Template::Handlers.extensions + @default_handlers ||= Template::Handlers.extensions end def handlers_regexp #:nodoc: -- cgit v1.2.3