Class: Event

Inherits:
ApplicationRecord show all
Defined in:
app/models/event.rb

Overview

== Schema Information

Table name: events
Database name: primary

id :integer not null, primary key
description :string
event_type :integer
name :string
start_time :datetime
created_at :datetime not null
updated_at :datetime not null
creator_id :integer
resource_id :integer

Method Summary

Methods inherited from ApplicationRecord

ransackable_associations, ransackable_attributes, ransackable_scopes, ransortable_attributes, #to_relation

Methods included from Models::EventPublishable

#publish_event