lib/oboe/frameworks/padrino.rb in oboe-2.6.0.2 vs lib/oboe/frameworks/padrino.rb in oboe-2.6.1.0
- old
+ new
@@ -55,9 +55,12 @@
::Oboe::Util.send_include(::Padrino::Routing::InstanceMethods, ::Oboe::PadrinoInst::Routing)
if defined?(::Padrino::Rendering)
::Oboe::Util.send_include(::Padrino::Rendering::InstanceMethods, ::Oboe::PadrinoInst::Rendering)
end
+
+ # Report __Init after fork when in Heroku
+ Oboe::API.report_init unless Oboe.heroku?
end
end