Displaying 1 result from an estimated 1 matches for "autocompletemacroshelper".
2009 Jun 18
1
undefined method `text_field_with_auto_complete'
...lete, it can''t find the helper method as the error told:
"undefined method `text_field_with_auto_complete'' ", than i try this
in script/console
helper.methods
i check the list and "text_field_with_auto_complete" can''t be found,
so i try
helper.extend(AutoCompleteMacrosHelper)
than it shows in the helper.methods list
but i don''t know how to fix this problem
btw: auto_complete_for is in ActionController::Base.methods, i guess
it must have something to do with second line in the init.rb, since
first line get his jod done
/auto_complete/init.rb
ActionController::B...