Setup some useful defaults
Sets up the defaults
nil
:api: plugin
# File lib/merb-core/bootloader.rb, line 252 252: def self.run 253: Merb::Request.http_method_overrides.concat([ 254: proc { |c| c.params[:_method] }, 255: proc { |c| c.env['HTTP_X_HTTP_METHOD_OVERRIDE'] } 256: ]) 257: nil 258: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.