Method: ModelModalHelper#model_modal_standard_tab
- Defined in:
- app/helpers/model_modal_helper.rb
#model_modal_standard_tab(model, options = {}) ⇒ Object
114 115 116 117 118 |
# File 'app/helpers/model_modal_helper.rb', line 114 def model_modal_standard_tab(model, = {}) content_tag(:div, id: "standard-tab-#{model.id}", class: 'col s12') do concat(model_modal_standard(model, )) end end |