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

Changeset 4636

Show
Ignore:
Timestamp:
07/31/06 07:02:08 (2 years ago)
Author:
bitsweat
Message:

r4886@ks: jeremy | 2006-07-31 00:01:55 -0700
comma

Files:

Legend:

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

    r4633 r4636  
    169169      def xml_http_request(path, parameters=nil, headers=nil) 
    170170        headers = (headers || {}).merge( 
    171           "X-Requested-With" => "XMLHttpRequest" 
     171          "X-Requested-With" => "XMLHttpRequest", 
    172172          "Accept"           => "text/javascript, text/html, application/xml, text/xml, */*" 
    173173        )