Commit c62a8f56bc09ab0315a50e0247beff1e5e90ffde

Authored by Arthur Esposte
1 parent 70d40ab5

Include missed helper in Environment Notification Plugin

plugins/environment_notification/controllers/public/environment_notification_plugin_public_controller.rb
1 class EnvironmentNotificationPluginPublicController < PublicController 1 class EnvironmentNotificationPluginPublicController < PublicController
2 2
3 helper EnvironmentNotificationHelper 3 helper EnvironmentNotificationHelper
  4 + include EnvironmentNotificationHelper
4 5
5 def notifications_with_popup 6 def notifications_with_popup
6 @hide_notifications = hide_notifications 7 @hide_notifications = hide_notifications