Sha256: 9e24ff5099e90c2477af9001a89cf1fe13d2a660481c48cf229e5669999f5a80
Contents?: true
Size: 405 Bytes
Versions: 64
Compression:
Stored size: 405 Bytes
Contents
module BootstrapForm module Select2 def select2(method, choices = nil, options = {}, html_options = {}, &block) form_group_builder(method, options, html_options) do prepend_and_append_input(method, options) do @template.select2(@object_name, method, choices, objectify_options(options), @default_options.merge(html_options), &block) end end end end end
Version data entries
64 entries across 64 versions & 1 rubygems