Commit 25ebba1c authored by Peter Leitzen's avatar Peter Leitzen

Enhance operations controller and service with EE

parent 5f2c3116
...@@ -37,3 +37,5 @@ module Projects ...@@ -37,3 +37,5 @@ module Projects
end end
end end
end end
Projects::Settings::OperationsController.prepend(::EE::Projects::Settings::OperationsController)
...@@ -17,3 +17,5 @@ module Projects ...@@ -17,3 +17,5 @@ module Projects
end end
end end
end end
Projects::Operations::UpdateService.prepend(::EE::Projects::Operations::UpdateService)
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