diff options
| author | Michel Etienne | 2014-09-22 11:17:33 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-09-22 11:17:33 +0200 |
| commit | 9e25d62af63c460583c05f4c33245a5dd1a5b2b9 (patch) | |
| tree | 0480062cdcb96c837268cf1a997336bf89ba495c /app/controllers/chouette_controller.rb | |
| parent | d86f7fe8cad332890f0be146f229cde72dc52eec (diff) | |
| download | chouette-core-9e25d62af63c460583c05f4c33245a5dd1a5b2b9.tar.bz2 | |
add breadcrumbs on home and user forms
Diffstat (limited to 'app/controllers/chouette_controller.rb')
| -rw-r--r-- | app/controllers/chouette_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/chouette_controller.rb b/app/controllers/chouette_controller.rb index 6e87a4bf6..4aeb2aa09 100644 --- a/app/controllers/chouette_controller.rb +++ b/app/controllers/chouette_controller.rb @@ -1,4 +1,4 @@ -class ChouetteController < InheritedResources::Base +class ChouetteController < BreadcrumbController include ApplicationHelper include BreadcrumbHelper |
