module BootstrapForm::Fileuid
Public Instance Methods
fileuid_field(method, options={})
click to toggle source
# File lib/bootstrap_form/fileuid.rb, line 6 def fileuid_field(method, options={}) form_group_builder(method, options) do prepend_and_append_input(method, options) do @template.fileuid_field(@object_name, method, objectify_options(options)) end end end