diff options
| -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 | 
