# File lib/bootstrap_form/form_builder.rb, line 191 def radio_buttons_collection(*args) warn "'BootstrapForm#radio_buttons_collection' is deprecated, use 'BootstrapForm#collection_radio_buttons' instead" collection_radio_buttons(*args) end