module Formtastic::Inputs::Base

Public Instance Methods

input_wrapping(&block) click to toggle source
Calls superclass method
# File lib/active_admin/form_builder.rb, line 5
def input_wrapping(&block)
  html = super
  template.concat(html) if template.output_buffer && template.assigns[:has_many_block]
  html
end