Method: ModelModalHelper#model_modal_footer
- Defined in:
- app/helpers/model_modal_helper.rb
#model_modal_footer(model, edit_path) ⇒ Object
208 209 210 211 212 |
# File 'app/helpers/model_modal_helper.rb', line 208 def (model, edit_path) content_tag(:div, class: 'modal-footer') do concat(edit_modal_tag(model, edit_path)) end end |