Class: OnlineOfflineUser

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

Overview

== Schema Information

Table name: online_offline_users
Database name: primary

id :integer not null, primary key
status :string
created_at :datetime not null
updated_at :datetime not null
user_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