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