From 5525b79b636b39875d6cd4aa1386d8dec4beb6ce Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Wed, 21 Jun 2006 02:18:41 +0000 Subject: Fix in auto_complete_result documentation. closes #5096. [medlar@medlar.it] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4478 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/java_script_macros_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_view/helpers/java_script_macros_helper.rb b/actionpack/lib/action_view/helpers/java_script_macros_helper.rb index 2cb64c95c8..e9b5b0081b 100644 --- a/actionpack/lib/action_view/helpers/java_script_macros_helper.rb +++ b/actionpack/lib/action_view/helpers/java_script_macros_helper.rb @@ -161,7 +161,7 @@ module ActionView # @items = Item.find(:all, # :conditions => [ 'LOWER(description) LIKE ?', # '%' + request.raw_post.downcase + '%' ]) - # render :inline => '<%= auto_complete_result(@items, 'description') %>' + # render :inline => "<%= auto_complete_result(@items, 'description') %>" # end # # The auto_complete_result can of course also be called from a view belonging to the -- cgit v1.2.3