Use a <div> tag to wrap the inputs.
Registered as :div.
Public Instance methods
call(form, opts, &block)
Wrap the inputs in an <div> tag
[show source]
# File lib/forme/transformers/inputs_wrapper.rb 58 def call(form, opts, &block) 59 form.tag(:div, opts[:attr], &block) 60 end