Open mintuhouse opened 6 days ago
In our API only rails app, we use Rack::RewindableInput::Middleware for one of the engines Adding Rack::MethodOverride to main app breaks this engine Can we add the middleware just for the MissionControl::Jobs::Engine?
Rack::RewindableInput::Middleware
Rack::MethodOverride
MissionControl::Jobs::Engine
SO post explains the issue
In our API only rails app, we use
Rack::RewindableInput::Middleware
for one of the engines AddingRack::MethodOverride
to main app breaks this engine Can we add the middleware just for theMissionControl::Jobs::Engine
?SO post explains the issue