Sha256: 046fa9b09fd5e691fb7816952ba4a031e1d7c80b77820dba1458d7b556f495bd

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

# frozen_string_literal: true

module NotificationHandler
  class Notification < ApplicationRecord
    include NotificationHandler::NotificationLibrary
    include NotificationHandler::NotificationScopes
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notification-handler-1.2.6 app/models/notification_handler/notification.rb