Namespace
Module
Methods
Included Modules
Instance Public methods
assigns(key = nil)
Source:
# 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
flash()
Source:
# File actionpack/lib/action_dispatch/testing/test_process.rb, line 38
def flash
@request.flash
end