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

Changeset 6765

Show
Ignore:
Timestamp:
05/18/07 06:35:55 (1 year ago)
Author:
bitsweat
Message:

Remove dev exception.

Files:

Legend:

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

    r6764 r6765  
    320320        mime_type = Mime::Type.lookup(content_type) 
    321321        strategy = ActionController::Base.param_parsers[mime_type] 
    322  
    323         raise [content_type, content_length, mime_type, ActionController::Base.param_parsers].inspect unless strategy 
    324322 
    325323        # Only multipart form parsing expects a stream.