Method: Rack::WebProfiler::Engine::Processor#save!
- Defined in:
- lib/rack/web_profiler/engine.rb
#save! ⇒ Object
81 82 83 84 85 |
# File 'lib/rack/web_profiler/engine.rb', line 81 def save! @record.save({ transaction: true }) rescue => e # @todo raise_if_debug WebProfiler::RuntimeError, "Error while processing to save datas", e.backtrace end |