GreaterGamersLounge/bot_man

View on GitHub
app/models/events/channel_create_event.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# == Schema Information
#
# Table name: events
#
#  id         :bigint           not null, primary key
#  data       :jsonb
#  type       :string           not null
#  created_at :datetime         not null
#  updated_at :datetime         not null
#
class Events::ChannelCreateEvent < Event
end