method

inferred_controller_name

rails latest stable - Class: ActionController::NonInferrableControllerError

Method deprecated or moved

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

inferred_controller_name()
public

No documentation available.

# File actionpack/lib/action_controller/test_case.rb, line 13
    def inferred_controller_name
      @name.sub(/Test$/, '')
    end