lib/notifiable/notification.rb in notifiable-rails-0.5.1 vs lib/notifiable/notification.rb in notifiable-rails-0.6.0

- old
+ new

@@ -1,8 +1,8 @@ module Notifiable class Notification < ActiveRecord::Base serialize :params - has_many :notification_device_tokens, :class_name => 'Notifiable::NotificationDeviceToken' + has_many :notification_status, :class_name => 'Notifiable::NotificationStatus' end end \ No newline at end of file