diff options
| author | cedricnjanga | 2018-03-29 19:30:41 -0700 |
|---|---|---|
| committer | cedricnjanga | 2018-03-29 19:30:41 -0700 |
| commit | 1b42ed84a5ac4394b1d135127c98194d073f025c (patch) | |
| tree | f05b3b64c334e4fda83994c58a9fa793b2d9464a /app | |
| parent | 216ad28cfc022e20c57948c99a9ee276b102fcc7 (diff) | |
| download | chouette-core-1b42ed84a5ac4394b1d135127c98194d073f025c.tar.bz2 | |
Refs #6258 Add speac feature for calendars and fix begin_of_association_chain in controller6258-calendar-workgroup
Diffstat (limited to 'app')
| -rw-r--r-- | app/controllers/calendars_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index 2f25d95d6..a6f31eead 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -104,7 +104,7 @@ class CalendarsController < ChouetteController end end - def begin_of_chain + def begin_of_association_chain current_organisation end |
