Sha256: 938ebd6499bd4b03d1faba697617df0daa6300fa2daa027a3a68939921d6b260
Contents?: true
Size: 614 Bytes
Versions: 14
Compression:
Stored size: 614 Bytes
Contents
=============================================================================== activity_notification uses internal models for notifications and subscriptions - ActivityNotification::Notification - ActivityNotification::Subscription You can use your own models with same database table used by these internal models. Ensure you have configured table name in your initializer activity_notification.rb. For example: config.notification_table_name = "notifications" config.subscription_table_name = "subscriptions" ===============================================================================
Version data entries
14 entries across 14 versions & 1 rubygems