]> git.openstreetmap.org Git - rails.git/blob - app/helpers/user_notification_preferences_helper.rb
Merge remote-tracking branch 'upstream/pull/7110'
[rails.git] / app / helpers / user_notification_preferences_helper.rb
1 # frozen_string_literal: true
2
3 module UserNotificationPreferencesHelper
4   def user_notification_events
5     UserNotificationPreferences::EVENTS
6   end
7
8   def user_notification_mechanisms
9     UserNotificationPreferences::MECHANISMS
10   end
11 end