diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/java_script_macros_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |