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