Commit 2f687752 authored by James Fargher's avatar James Fargher

Merge branch 'lm-move-ide-helper-prepend' into 'master'

Moves prepend_if_ee for IDE from ee to core

See merge request gitlab-org/gitlab!36106
parents c6e90708 a2986248
......@@ -16,3 +16,5 @@ module IdeHelper
}
end
end
::IdeHelper.prepend_if_ee('::EE::IdeHelper')
......@@ -15,5 +15,3 @@ module EE
end
end
end
::IdeHelper.prepend_if_ee('::EE::IdeHelper')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment