method

layout

rails latest stable - Class: ActionDispatch::TestResponse::DeprecatedHelpers

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

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