Module: RedmineExtensions::RailsPatches::FormBuilderPatch

Defined in:
lib/redmine_extensions/rails_patches/form_builder_patch.rb

Instance Method Summary collapse

Instance Method Details

#autocomplete_field(method, choices, options = {}, html_options = {}) ⇒ Object

See documentation for autocomplete_field in helper



6
7
8
# File 'lib/redmine_extensions/rails_patches/form_builder_patch.rb', line 6

def autocomplete_field(method, choices, options={}, html_options={})
  @template.autocomplete_field(@object_name, method, choices, objectify_options(options), html_options)
end