diff options
| author | Xinhui | 2016-12-05 11:38:11 +0100 |
|---|---|---|
| committer | Xinhui | 2016-12-05 11:38:11 +0100 |
| commit | c18839ee89fdc4e82be9bc25b148117a96ecc3c7 (patch) | |
| tree | f79c34d7baf2f7cb2aa355b150ad7a5d08c5675d /app/controllers | |
| parent | fc39661b701553e00a81970f4b2475e52b53633a (diff) | |
| download | chouette-core-c18839ee89fdc4e82be9bc25b148117a96ecc3c7.tar.bz2 | |
Wip bulk_update action JourneyPatternsController
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/journey_patterns_controller.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/journey_patterns_controller.rb b/app/controllers/journey_patterns_controller.rb index 326c5397a..1e2d2f191 100644 --- a/app/controllers/journey_patterns_controller.rb +++ b/app/controllers/journey_patterns_controller.rb @@ -19,6 +19,11 @@ class JourneyPatternsController < ChouetteController object.special_update end + def bulk_update + ap "--------call to bulk_update action ------------" + ap params + end + def show @map = JourneyPatternMap.new(journey_pattern).with_helpers(self) @stop_points = journey_pattern.stop_points.paginate(:page => params[:page]) |
