method

code_from_name

code_from_name(name)
private

No documentation available.

# File actionpack/lib/action_dispatch/testing/assertion_response.rb, line 39
      def code_from_name(name)
        GENERIC_RESPONSE_CODES[name] || Rack::Utils::SYMBOL_TO_STATUS_CODE[name]
      end