Flowdock
method

process_with_test

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: ActionController::Base
process_with_test(*args) public

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/test_process.rb, line 15
    def process_with_test(*args)
      returning process_without_test(*args) do
        add_variables_to_assigns
      end
    end
Register or log in to add new notes.