method

template

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.

template()
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/test_response.rb, line 18
      def template
        ActiveSupport::Deprecation.warn("response.template has been deprecated. Use controller.template instead", caller)
        @template
      end