method
process_with_test
v1.1.6 -
Show latest stable
- Class:
ActionController::Base
process_with_test(*args)public
No documentation available.
# 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