module UserNotifier::HasNotifications

Public Instance Methods

has_notifications() click to toggle source
# File lib/user_notifier/models/has_notifications.rb, line 49
def has_notifications
  include UserNotifier::NotificationSource
  set_association
end