Method: ModelModalHelper#model_modal_log
- Defined in:
- app/helpers/model_modal_helper.rb
#model_modal_log(log) ⇒ Object
145 146 147 148 149 150 |
# File 'app/helpers/model_modal_helper.rb', line 145 def model_modal_log(log) content_tag(:tr) do concat(content_tag(:td) { log.created_at }) concat(content_tag(:td) { log. }) end end |