aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/line_referentials_controller.rb
blob: bcc288a2cc1f453633a5c56137dbe4305308b4d9 (plain)
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