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

Version Path
activity_notification-2.3.3 lib/generators/templates/models/README
activity_notification-2.3.2 lib/generators/templates/models/README
activity_notification-2.3.1 lib/generators/templates/models/README
activity_notification-2.3.0 lib/generators/templates/models/README
activity_notification-2.2.4 lib/generators/templates/models/README
activity_notification-2.2.3 lib/generators/templates/models/README
activity_notification-2.2.2 lib/generators/templates/models/README
activity_notification-2.2.1 lib/generators/templates/models/README
activity_notification-2.2.0 lib/generators/templates/models/README
activity_notification-2.1.4 lib/generators/templates/models/README
activity_notification-2.1.3 lib/generators/templates/models/README
activity_notification-2.1.2 lib/generators/templates/models/README
activity_notification-2.1.1 lib/generators/templates/models/README
activity_notification-2.1.0 lib/generators/templates/models/README