main
class Extranet::Documents::ApplicationController < Extranet::ApplicationController protected def breadcrumb super add_breadcrumb Communication::Extranet.human_attribute_name(:feature_documents), documents_root_path end end