gitlab-org--gitlab-foss/app/models/security_event.rb
2015-08-03 01:52:54 +09:00

16 lines
389 B
Ruby

# == Schema Information
#
# Table name: audit_events
#
# id :integer not null, primary key
# author_id :integer not null
# type :string(255) not null
# entity_id :integer not null
# entity_type :string(255) not null
# details :text
# created_at :datetime
# updated_at :datetime
#
class SecurityEvent < AuditEvent
end