Commit d82ee35710ae532c3c754f96490349dc7c2e4c21
Committed by
Thiago Ribeiro
1 parent
834b68d4
Exists in
stable-spb-1.4
and in
8 other branches
Include missed helper in Environment Notification Plugin
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
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 |