Skip to content

Commit

Permalink
Fix in auto_complete_result documentation. closes #5096. [medlar@medl…
Browse files Browse the repository at this point in the history
…ar.it]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4478 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
technoweenie committed Jun 21, 2006
1 parent 5392407 commit 5525b79
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -161,7 +161,7 @@ def auto_complete_field(field_id, options = {})
# @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
Expand Down

0 comments on commit 5525b79

Please sign in to comment.