Sha256: 45aad6ef46f735881bc40bffa20f51f6a7d57350100c802190857f099120ae6c
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
module Notifiable class Notification < ActiveRecord::Base serialize :params has_many :notification_device_tokens, :class_name => 'Notifiable::NotificationDeviceToken' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
notifiable-rails-0.5.1 | lib/notifiable/notification.rb |
notifiable-rails-0.5.0 | lib/notifiable/notification.rb |