1 2 3 4 5 6 7 8 9 10 11
class LineReferentialsController < BreadcrumbController defaults :resource_class => LineReferential protected def begin_of_chain current_organisation end end