Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3874

Show
Ignore:
Timestamp:
03/15/06 18:04:24 (3 years ago)
Author:
minam
Message:

use "mime_type" instead of "format"

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/cgi_ext/cgi_methods.rb

    r3847 r3874  
    7575    rescue Object => e 
    7676      { "exception" => "#{e.message} (#{e.class})", "backtrace" => e.backtrace,  
    77         "raw_post_data" => raw_post_data, "format" => format
     77        "raw_post_data" => raw_post_data, "format" => mime_type
    7878    end 
    7979