class SimpleForm::Wrappers::Single
def render(input)
def render(input) options = input.options if options[namespace] != false content = @component.render(input) wrap(input, options, content) if content end end
def render(input) options = input.options if options[namespace] != false content = @component.render(input) wrap(input, options, content) if content end end