diff --git a/lib/locomotive/steam/server.rb b/lib/locomotive/steam/server.rb index 5bdc1026..bfecdd98 100644 --- a/lib/locomotive/steam/server.rb +++ b/lib/locomotive/steam/server.rb @@ -38,7 +38,7 @@ def default_middlewares use Dragonfly::Middleware, :steam use Rack::Lint - use Rack::RewindableInput::Middleware + use Rack::RewindableInput::Middleware unless ENV['RAILS_ENV'] use Rack::Session::Moneta, configuration.moneta use Rack::MiniProfiler if ENV['PROFILER']