Flowdock
method

new

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::RequestProfiler
new(options = {}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/request_profiler.rb, line 59
    def initialize(options = {})
      @options = default_options.merge(options)
    end
Register or log in to add new notes.