Asynchronous autocompleter for tags. Closes #462

This commit is contained in:
Eric Allen 2009-05-02 16:43:00 -04:00
parent c3b308d228
commit 746066972c
9 changed files with 350 additions and 2 deletions

2
vendor/plugins/auto_complete/init.rb vendored Normal file
View file

@ -0,0 +1,2 @@
ActionController::Base.send :include, AutoComplete
ActionController::Base.helper AutoCompleteMacrosHelper