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)
  (:tr) do
    concat((:td) { log.created_at })
    concat((:td) { log.display_message })
  end
end