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