diff options
| author | Xinhui | 2017-10-20 11:19:24 +0200 |
|---|---|---|
| committer | Xinhui | 2017-10-20 11:29:04 +0200 |
| commit | 4b1327518597ac057e03e7670fb2e1fc75974c36 (patch) | |
| tree | 29516c923aa86a3ac43d06f8a081cadb4edf9a82 /app/controllers/calendars_controller.rb | |
| parent | 5b0d0dfb9c4ae6c45a34fcbee224f1483ff4401b (diff) | |
| download | chouette-core-4b1327518597ac057e03e7670fb2e1fc75974c36.tar.bz2 | |
Breadcrumb for calendars
Diffstat (limited to 'app/controllers/calendars_controller.rb')
| -rw-r--r-- | app/controllers/calendars_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index 1c342c718..66eb3f963 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -8,16 +8,12 @@ class CalendarsController < BreadcrumbController def index index! do @calendars = ModelDecorator.decorate(@calendars, with: CalendarDecorator) - - build_breadcrumb :index end end def show show! do @calendar = @calendar.decorate - - build_breadcrumb :show end end |
