Method: BMC::ButtonHelper#bs_button_to
- Defined in:
- app/helpers/bmc/button_helper.rb
#bs_button_to(url, **options) ⇒ Object
57 58 59 |
# File 'app/helpers/bmc/button_helper.rb', line 57 def (url, **) (url, helper: :button_to, **) end |