module SimpleForm::ActionViewExtensions::Builder
def collection_radio(*args, &block)
def collection_radio(*args, &block) SimpleForm.deprecation_warn "The `collection_radio` helper is deprecated, " \ "please use `collection_radio_buttons` instead." collection_radio_buttons(*args, &block) end