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

Changeset 7851

Show
Ignore:
Timestamp:
10/13/07 03:34:24 (1 year ago)
Author:
nzkoz
Message:

Missed post_via_redirect. References #6834

Files:

Legend:

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

    r7850 r7851  
    495495 
    496496    %w(get post put head delete cookies assigns  
    497        xml_http_request get_via_redirect).each do |method| 
     497       xml_http_request get_via_redirect post_via_redirect).each do |method| 
    498498      define_method(method) do |*args| 
    499499        reset! unless @integration_session