More strict module loading required by newer ruby versions

This commit is contained in:
2019-10-11 07:20:34 -05:00
parent 9d06b6cf6c
commit c676bb98fe
20 changed files with 65 additions and 62 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ module Dunlop
#TODO this generates noise and pollutes API based implementations (Like Panda)
initializer 'dunlop.action_controller' do |app|
ActiveSupport.on_load :action_controller do
helper Dunlop::ApplicationHelper if respond_to?(:helper)
helper ::Dunlop::ApplicationHelper if respond_to?(:helper)
end
end