method
assigns
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::TestProcess
assigns(key = nil)public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_process.rb, line 26
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