instance method
default_options
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v2.2.3Signature
default_options()
No documentation comment.
Source
# File actionpack/lib/action_controller/request_profiler.rb, line 119
def default_options
{ :n => 100, :open => 'open %s &' }
end
Defined in actionpack/lib/action_controller/request_profiler.rb line 119
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::RequestProfiler