Class: Motor::Notification

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

Constant Summary collapse

STATUSES =
[
  PENDING = 'pending'
].freeze

Method Summary

Methods inherited from ApplicationRecord

audited