Flowdock
method

process_cleanup_with_components

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionController::Components::InstanceMethods
process_cleanup_with_components() 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/components.rb, line 177
        def process_cleanup_with_components
          process_cleanup_without_components unless component_request?
        end
Register or log in to add new notes.