Class: ActiveModelLogger::Log

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
JsonQueryHelpers
Defined in:
lib/active_model_logger/log.rb

Overview

Schema Information

Table name: active_model_logs

id              :uuid             not null, primary key
loggable_type   :string           not null
message         :text             default("")
metadata        :jsonb
created_at      :datetime         not null
updated_at      :datetime         not null
loggable_id     :uuid             not null

Indexes

index_active_model_logs_on_loggable  (loggable_type,loggable_id)