method
assigns
v3.0.0 -
Show latest stable
- Class:
ActionDispatch::TestResponse::DeprecatedHelpers
assigns()public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_response.rb, line 29
def assigns
ActiveSupport::Deprecation.warn("response.assigns has been deprecated. Use controller.assigns instead", caller)
@template.controller.assigns
end