method

controller_path

rails latest stable - Class: ActionView::Base

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.

controller_path()
public

No documentation available.

# File actionpack/lib/action_view/base.rb, line 237
    def controller_path
      @controller_path ||= controller && controller.controller_path
    end