Sha256: 8fc781939c9d0e3bd0f5c3d69531013359c428063582ae3a8bf26322e9effeae
Contents?: true
Size: 349 Bytes
Versions: 51
Compression:
Stored size: 349 Bytes
Contents
module RedmineExtensions module RailsPatches module FormBuilderPatch # See documentation for autocomplete_field in helper def autocomplete_field(method, choices, options={}, html_options={}) @template.autocomplete_field(@object_name, method, choices, objectify_options(options), html_options) end end end end
Version data entries
51 entries across 51 versions & 1 rubygems