Module: Celerbrake::Rails::TyphoeusRequest
- Defined in:
- lib/celerbrake/rails/typhoeus.rb
Overview
Allow measuring request timing.
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
7 8 9 10 11 |
# File 'lib/celerbrake/rails/typhoeus.rb', line 7 def run Celerbrake::Rack.capture_timing(:http) do super end end |