method
assigns
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::TestProcess
assigns(key = nil)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_process.rb, line 31
def assigns(key = nil)
raise NoMethodError,
"assigns has been extracted to a gem. To continue using it,
add `gem 'rails-controller-testing'` to your Gemfile."
end