module Tramway::Admin::Notifications
Public Instance Methods
notificable_queries()
click to toggle source
# File lib/tramway/admin/notifications.rb, line 9 def notificable_queries @notificable_queries end
set_notificable_queries(**queries)
click to toggle source
# File lib/tramway/admin/notifications.rb, line 4 def set_notificable_queries(**queries) @notificable_queries ||= {} @notificable_queries.merge! queries end