Sha256: df294fdb34049fcbab57ed26a8e7bfcae97740ff368c985429a7215fa656771e
Contents?: true
Size: 223 Bytes
Versions: 7
Compression:
Stored size: 223 Bytes
Contents
module Notifiable class NotificationDeviceToken < ActiveRecord::Base belongs_to :notification, :class_name => 'Notifiable::Notification' belongs_to :device_token, :class_name => 'Notifiable::DeviceToken' end end
Version data entries
7 entries across 7 versions & 1 rubygems