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 bs_button_to(url, **options)
  bs_button(url, helper: :button_to, **options)
end