Method: Bootstrap::FormHelper#form_actions
- Defined in:
- app/helpers/bootstrap/form_helper.rb
#form_actions(options = {}) ⇒ String
Convience method for Bootstrap form action DIV.
48 49 50 51 52 53 54 55 |
# File 'app/helpers/bootstrap/form_helper.rb', line 48 def form_actions(={}) = () = ensure_class(, 'form-actions') content_tag(:div, ) do yield end end |