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