module SimpleForm::Components::Wrapper
def wrap(content)
def wrap(content) if wrapper_tag && options[:wrapper] != false template.content_tag(wrapper_tag, content, wrapper_html_options) else content end end
def wrap(content) if wrapper_tag && options[:wrapper] != false template.content_tag(wrapper_tag, content, wrapper_html_options) else content end end