module RedmineExtensions::RailsPatches::FormBuilderPatch
Public Instance Methods
autocomplete_field(method, choices, options={}, html_options={})
click to toggle source
See documentation for autocomplete_field
in helper
# 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