Method: ModelModalHelper#model_modal_footer

Defined in:
app/helpers/model_modal_helper.rb


208
209
210
211
212
# File 'app/helpers/model_modal_helper.rb', line 208

def model_modal_footer(model, edit_path)
  (:div, class: 'modal-footer') do
    concat(edit_modal_tag(model, edit_path))
  end
end