module Formtastic::Inputs::Base

def input_wrapping(&block)

def input_wrapping(&block)
  html = super
  template.concat(html) if template.output_buffer && template.assigns[:has_many_block]
  html
end