Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.2.1) is shown here.
process_with_components(request, response, method = :perform_action, *arguments)
public
Extracts the action_name from the request parameters and performs that
action.
# File actionpack/lib/action_controller/components.rb, line 74
def process_with_components(request, response, method = :perform_action, *arguments) #:nodoc:
flash.discard if component_request?
process_without_components(request, response, method, *arguments)
end