diff options
| author | Zog | 2018-01-31 11:39:39 +0100 | 
|---|---|---|
| committer | cedricnjanga | 2018-02-06 11:21:37 -0800 | 
| commit | 19cc1417ab9dc16380a11b53cb35454096354187 (patch) | |
| tree | b9ded8490850b9033ea09cb7424e1a2b97bd6732 /app/controllers/calendars_controller.rb | |
| parent | 65ac4e0cf99b5cd40d0e0b052a43427910867a18 (diff) | |
| download | chouette-core-19cc1417ab9dc16380a11b53cb35454096354187.tar.bz2 | |
Refs #5683 @2H; Fix specs and refactor action_links
Note: Did not fix the missing workgroup in the calendar mailer
Diffstat (limited to 'app/controllers/calendars_controller.rb')
| -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 f029b66f7..a9f792bd0 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    belongs_to :workgroup @@ -129,4 +129,4 @@ class CalendarsController < ChouetteController      scope    end -end
\ No newline at end of file +end | 
