diff options
| author | Alban Peignier | 2017-09-30 15:04:12 +0200 |
|---|---|---|
| committer | Alban Peignier | 2017-09-30 15:04:12 +0200 |
| commit | fff7b72b7c91e3095eb5a7d8084ecf529dadbf19 (patch) | |
| tree | 147e725e2cbc5e41dec2a82a7760e202a92bdc6d | |
| parent | bf7cfda831faa3d92b355a8928fc0a7bc296f58b (diff) | |
| download | chouette-core-fff7b72b7c91e3095eb5a7d8084ecf529dadbf19.tar.bz2 | |
Add comment to find the associated view when Dashboard is customized. Refs #46554655-dashboard-controller
| -rw-r--r-- | app/controllers/dashboards_controller.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/dashboards_controller.rb b/app/controllers/dashboards_controller.rb index 4c0042b67..2585dafca 100644 --- a/app/controllers/dashboards_controller.rb +++ b/app/controllers/dashboards_controller.rb @@ -1,3 +1,8 @@ +# +# If you changed the default Dashboard implementation (see Dashboard), +# this controller will use a custom partial like +# custom/dashboards/_dashboard.html.slim for Custom::Dashboard +# class DashboardsController < BreadcrumbController respond_to :html, only: [:show] |
