Module: RedmineExtensions::RailsPatches::FormBuilderPatch
- Defined in:
- lib/redmine_extensions/rails_patches/form_builder_patch.rb
Instance Method Summary collapse
-
#autocomplete_field(method, choices, options = {}, html_options = {}) ⇒ Object
See documentation for autocomplete_field in helper.
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, ={}, ={}) @template.autocomplete_field(@object_name, method, choices, (), ) end |