diff options
| author | Xinhui | 2016-10-10 12:35:15 +0200 |
|---|---|---|
| committer | Xinhui | 2016-10-10 12:35:15 +0200 |
| commit | ab695004ec171a5730bf0cd0431084c76986742e (patch) | |
| tree | 493dbb349eda8a912579e3e35ee91a4f4c04541d /app/controllers/breadcrumb_controller.rb | |
| parent | 1cd01cc22e45710adf2efa080662d919daaaeed3 (diff) | |
| download | chouette-core-ab695004ec171a5730bf0cd0431084c76986742e.tar.bz2 | |
Fix views spec pundit
Diffstat (limited to 'app/controllers/breadcrumb_controller.rb')
| -rw-r--r-- | app/controllers/breadcrumb_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/breadcrumb_controller.rb b/app/controllers/breadcrumb_controller.rb index 29ecd262c..cb639fdb8 100644 --- a/app/controllers/breadcrumb_controller.rb +++ b/app/controllers/breadcrumb_controller.rb @@ -1,5 +1,5 @@ class BreadcrumbController < InheritedResources::Base - + include Pundit include BreadcrumbHelper def show |
