Flowdock
method

clean_up_ajax_request_body!

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::AbstractRequest
clean_up_ajax_request_body!(body) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/request.rb, line 597
      def clean_up_ajax_request_body!(body)
        body.chop! if body[-1] == 0
        body.gsub!(/&_=$/, '')
      end
Register or log in to add new notes.