Class: Rack::WebProfiler::Collectors::RequestCollector
- Inherits:
-
Object
- Object
- Rack::WebProfiler::Collectors::RequestCollector
- Includes:
- Rack::WebProfiler::Collector::DSL
- Defined in:
- lib/rack/web_profiler/collectors/request_collector.rb
Class Method Summary collapse
Methods included from Rack::WebProfiler::Collector::DSL
Class Method Details
.request_post(request) ⇒ Object
42 43 44 45 46 |
# File 'lib/rack/web_profiler/collectors/request_collector.rb', line 42 def request_post(request) request.POST if request.POST && !request.POST.empty? rescue Exception nil end |