More strict module loading required by newer ruby versions
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user