diff options
| author | Zog | 2018-01-31 11:39:39 +0100 |
|---|---|---|
| committer | cedricnjanga | 2018-02-12 12:24:40 -0800 |
| commit | f37270bd43a31f2aba488cffcbe76c375650ac41 (patch) | |
| tree | 1560a81a6c56602518100dfc86ad5bf758b7ca05 | |
| parent | a50a38b44052409c3c923bc6a14fcebfeccc4541 (diff) | |
| download | chouette-core-f37270bd43a31f2aba488cffcbe76c375650ac41.tar.bz2 | |
Refs #5683 @2H; Fix specs and refactor action_links
Note: Did not fix the missing workgroup in the calendar mailer
| -rw-r--r-- | app/controllers/calendars_controller.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index e0dd68405..585851f00 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -7,7 +7,7 @@ class CalendarsController < ChouetteController respond_to :html respond_to :json, only: :show respond_to :js, only: :index - + belongs_to :workgroup def index @@ -125,4 +125,4 @@ class CalendarsController < ChouetteController scope end -end
\ No newline at end of file +end |
