module Formtastic::Inputs::Base
Public Instance Methods
Source
# File lib/active_admin/form_builder.rb, line 6 def input_wrapping(&block) html = super template.concat(html) if template.output_buffer && template.assigns[:has_many_block] html end
Calls superclass method