diff options
| author | Xinhui | 2017-04-26 15:10:35 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-04-26 15:10:41 +0200 | 
| commit | 489a05ee6469b711140ca6d4ad6ebe296bc2d82f (patch) | |
| tree | fb78336a9755bd8a624c77c7cb753a41f4189f26 /app/controllers | |
| parent | 6dde8056e94515f885c73ecf1a07485784eaaca6 (diff) | |
| download | chouette-core-489a05ee6469b711140ca6d4ad6ebe296bc2d82f.tar.bz2 | |
Wip TimeTables#update save day_types
Refs #2899
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index 2775316e0..487c14e9f 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -58,7 +58,6 @@ class TimeTablesController < ChouetteController    def update      state  = JSON.parse request.raw_post -      respond_to do |format|        format.json { render json: state, status: state['errors'] ? :unprocessable_entity : :ok }      end | 
