method
layout
rails latest stable - Class:
ActionDispatch::TestResponse::DeprecatedHelpers
layout()public
No documentation available.
# File actionpack/lib/action_dispatch/testing/test_response.rb, line 34
def layout
ActiveSupport::Deprecation.warn("response.layout has been deprecated. Use template.layout instead", caller)
@template.layout
end