method

uses_component_template_root

rails latest stable - Class: ActionController::Base

Method deprecated or moved

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

uses_component_template_root()
public

Set the template root to be one directory behind the root dir of the controller. Examples:

  /code/weblog/components/admin/users_controller.rb with Admin::UsersController
    will use /code/weblog/components as template root
    and find templates in /code/weblog/components/admin/users/

  /code/weblog/components/admin/parties/users_controller.rb with Admin::Parties::UsersController
    will also use /code/weblog/components as template root
    and find templates in /code/weblog/components/admin/parties/users/