Sha256: a937affe7ea051bd2f30ac30e1e0cf56434e52fdcfc65900631b5c9fb92f5085
Contents?: true
Size: 210 Bytes
Versions: 2
Compression:
Stored size: 210 Bytes
Contents
# frozen_string_literal: true module NotificationHandler class Notification < ApplicationRecord include NotificationHandler::NotificationLib include NotificationHandler::NotificationScopes end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
notification-handler-3.0.2 | app/models/notification_handler/notification.rb |
notification-handler-2.0.0 | app/models/notification_handler/notification.rb |