Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/autosuggest/form_helper.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#autosuggest_field(method, source, options = {}) ⇒ Object



47
48
49
# File 'lib/autosuggest/form_helper.rb', line 47

def autosuggest_field(method, source, options = {})
  @template.autosuggest_field(@object_name, method, source, objectify_options(options))
end