Flowdock
method

default_options

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: ActionController::RequestProfiler
default_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 102
    def default_options
      { :n => 100, :open => 'open %s &' }
    end
Register or log in to add new notes.