Module: BootstrapForm::Helpers::Bootstrap4

Defined in:
lib/bootstrap_form/helpers/bootstrap4.rb

Instance Method Summary collapse

Instance Method Details

#submit(name = nil, options = {}) ⇒ Object



5
6
7
8
# File 'lib/bootstrap_form/helpers/bootstrap4.rb', line 5

def submit(name = nil, options = {})
  options.reverse_merge! class: 'btn btn-secondary'
  super(name, options)
end